Html Css Color HEX #C00858 Jazzberry Jam

📋 copy color: '#C00858'

red 192 ◦ green 8 ◦ blue 88

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

Shades of Jazzberry Jam #C00858

Tints of Jazzberry Jam #C00858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.56%

R = 66.67%
G = 2.78%
B = 30.56%

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

#C00858 (or 0xC00858) is known color: Jazzberry Jam. HEX triplet: C0, 08 and 58. RGB value is (192,8,88). Sum of RGB (Red+Green+Blue) = 192+8+88=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C00858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00858 is #3FF7A7. Grayscale: #484848. Windows color (decimal): -4192168 or 5769408. OLE color: 5769408.

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

Color convert

RGB 192 8 88 -
CMYK 0 0.96 0.54 0.25
HSL 333.91º 0.92% 0.39% -
HSV(B) 333.91º 0.96% 0.75% -
XYZ 23.59 12.08 10.32 -
YUV 72.14 136.96 213.5 -
System Red Green Blue C M Y K H S L
Decimal 192 8 88 0 0.96 0.54 0.25 333.91 0.92 0.39
Hex C0 8 58 0 60 36 19 14E 5C 27
Octal 300 10 130 0 140 66 31 516 134 47
Binary 11000000 1000 1011000 0 1100000 110110 11001 101001110 1011100 100111

Color Harmonies of #C00858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00858

Black with #C00858

Text Example


Text Example

White with #C00858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00858; }

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

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

background-color css

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

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

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

border-color css

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

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

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