Html Css Color HEX #C00855 Jazzberry Jam

📋 copy color: '#C00855'

red 192 ◦ green 8 ◦ blue 85

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

Shades of Jazzberry Jam #C00855

Tints of Jazzberry Jam #C00855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.82%

R = 67.37%
G = 2.81%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C00855 (or 0xC00855) is known color: Jazzberry Jam. HEX triplet: C0, 08 and 55. RGB value is (192,8,85). Sum of RGB (Red+Green+Blue) = 192+8+85=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C00855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00855 is #3FF7AA. Grayscale: #474747. Windows color (decimal): -4192171 or 5572800. OLE color: 5572800.

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

Color convert

RGB 192 8 85 -
CMYK 0 0.96 0.56 0.25
HSL 334.89º 0.92% 0.39% -
HSV(B) 334.89º 0.96% 0.75% -
XYZ 23.46 12.04 9.68 -
YUV 71.79 135.46 213.74 -
System Red Green Blue C M Y K H S L
Decimal 192 8 85 0 0.96 0.56 0.25 334.89 0.92 0.39
Hex C0 8 55 0 60 38 19 14F 5C 27
Octal 300 10 125 0 140 70 31 517 134 47
Binary 11000000 1000 1010101 0 1100000 111000 11001 101001111 1011100 100111

Color Harmonies of #C00855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00855

Black with #C00855

Text Example


Text Example

White with #C00855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00855; }

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

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

background-color css

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

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

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

border-color css

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

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

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