#C00E59

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

Shades of Jazzberry Jam #C00E59

Tints of Jazzberry Jam #C00E59

Color information

#C00E59 (or 0xC00E59) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 0E and 59. RGB value is (192,14,89). Sum of RGB (Red+Green+Blue) = 192+14+89=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00E59 is #3FF1A6. Grayscale: #4B4B4B. Windows color (decimal): -4190631 or 5836480. OLE color: 5836480.

HSL color Cylindrical-coordinate representation of color #C00E59: hue angle of 334.72º 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 #C00E59 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB1921489-
CMYK00.930.540.25
HSL334.72º86.41%40.39%-
HSV(B)334.72º92.71%75.29%-
XYZ23.712.2410.57-
YUV75.77135.47210.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.08%
GREEN value IS 14 (5.86% from 255) = 4.75%
BLUE value IS 89 (35.16% from 255) = 30.17%
R=65.08%
G=4.75%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192148900.930.540.25334.7286.4140.39
HexC0E5905D361914f5628
Octal300161310135663151712650
Binary110000001110101100101011101110110110011010011111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00E59; }

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

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

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

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

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

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

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

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