Html Css Color HEX #C00860 Jazzberry Jam

📋 copy color: '#C00860'

red 192 ◦ green 8 ◦ blue 96

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

Shades of Jazzberry Jam #C00860

Tints of Jazzberry Jam #C00860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 64.86%
G = 2.7%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C00860 (or 0xC00860) is known color: Jazzberry Jam. HEX triplet: C0, 08 and 60. RGB value is (192,8,96). Sum of RGB (Red+Green+Blue) = 192+8+96=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C00860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00860 is #3FF79F. Grayscale: #484848. Windows color (decimal): -4192160 or 6293696. OLE color: 6293696.

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

Color convert

RGB 192 8 96 -
CMYK 0 0.96 0.50 0.25
HSL 331.3º 0.92% 0.39% -
HSV(B) 331.3º 0.96% 0.75% -
XYZ 23.94 12.22 12.16 -
YUV 73.05 140.96 212.84 -
System Red Green Blue C M Y K H S L
Decimal 192 8 96 0 0.96 0.50 0.25 331.3 0.92 0.39
Hex C0 8 60 0 60 32 19 14B 5C 27
Octal 300 10 140 0 140 62 31 513 134 47
Binary 11000000 1000 1100000 0 1100000 110010 11001 101001011 1011100 100111

Color Harmonies of #C00860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00860

Black with #C00860

Text Example


Text Example

White with #C00860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00860; }

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

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

background-color css

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

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

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

border-color css

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

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

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