Html Css Color HEX #C00859 Jazzberry Jam

📋 copy color: '#C00859'

red 192 ◦ green 8 ◦ blue 89

#C00859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #C00859

Tints of Jazzberry Jam #C00859

RGB

 RED value IS 192 (75.39% from 255) = 66.44%

 GREEN value IS 8 (3.52% from 255) = 2.77%

 BLUE value IS 89 (35.16% from 255) = 30.8%

R = 66.44%
G = 2.77%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C00859 (or 0xC00859) is known color: Jazzberry Jam. HEX triplet: C0, 08 and 59. RGB value is (192,8,89). Sum of RGB (Red+Green+Blue) = 192+8+89=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C00859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00859 is #3FF7A6. Grayscale: #484848. Windows color (decimal): -4192167 or 5834944. OLE color: 5834944.

HSL color Cylindrical-coordinate representation of color #C00859: hue angle of 333.59º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00859 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 89 -
CMYK 0 0.96 0.54 0.25
HSL 333.59º 0.92% 0.39% -
HSV(B) 333.59º 0.96% 0.75% -
XYZ 23.63 12.1 10.54 -
YUV 72.25 137.46 213.41 -
System Red Green Blue C M Y K H S L
Decimal 192 8 89 0 0.96 0.54 0.25 333.59 0.92 0.39
Hex C0 8 59 0 60 36 19 14E 5C 27
Octal 300 10 131 0 140 66 31 516 134 47
Binary 11000000 1000 1011001 0 1100000 110110 11001 101001110 1011100 100111

Color Harmonies of #C00859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00859

Black with #C00859

Text Example


Text Example

White with #C00859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00859; }

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

 H1.HeaderClassName
 {
   color: #C00859;
 }
 .AnyTagClassName
 {
   color: #C00859;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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