#c00e64

Color #C00E64 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #C00E64

Tints of Jazzberry Jam #C00E64

Color information

#C00E64 (or 0xC00E64) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 0E and 64. RGB value is (192,14,100). Sum of RGB (Red+Green+Blue) = 192+14+100=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00E64 is #3FF19B. Grayscale: #4C4C4C. Windows color (decimal): -4190620 or 6557376. OLE color: 6557376.

HSL color Cylindrical-coordinate representation of color #C00E64: hue angle of 331.01º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00E64 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19214100-
CMYK00.930.480.25
HSL331.01º86.41%40.39%-
HSV(B)331.01º92.71%75.29%-
XYZ24.212.4413.18-
YUV77.03140.97210.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 62.75%
GREEN value IS 14 (5.86% from 255) = 4.58%
BLUE value IS 100 (39.45% from 255) = 32.68%
R=62.75%
G=4.58%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921410000.930.480.25331.0186.4140.39
HexC0E6405D301914b5628
Octal300161440135603151312650
Binary110000001110110010001011101110000110011010010111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c00e64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c00e64; }

 p { color: rgb(192,14,100); }

 H1.HeaderClassName
 {
   color: #c00e64;
 }
 .AnyTagClassName
 {
   color: #c00e64;
 }
</style>
background-color css

<style>
 a { background-color: #c00e64; }

 a { background-color: rgb(192,14,100); }

 div.DivClassName
 {
   background-color: #c00e64;
 }
 .BgClassName
 {
   background-color: #c00e64;
 }
</style>
border-color css

<style>
 span { border-color: #c00e64; }

 span { border-color: rgb(192,14,100); }

 td.TdClassName
 {
   border-color: #c00e64;
 }
 .TagClassName
 {
   border-color: #c00e64;
 }
</style>