Html Css Color HEX #C00869 Jazzberry Jam

📋 copy color: '#C00869'

red 192 ◦ green 8 ◦ blue 105

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

Shades of Jazzberry Jam #C00869

Tints of Jazzberry Jam #C00869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.43%

R = 62.95%
G = 2.62%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C00869 (or 0xC00869) is known color: Jazzberry Jam. HEX triplet: C0, 08 and 69. RGB value is (192,8,105). Sum of RGB (Red+Green+Blue) = 192+8+105=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C00869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00869 is #3FF796. Grayscale: #494949. Windows color (decimal): -4192151 or 6883520. OLE color: 6883520.

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

Color convert

RGB 192 8 105 -
CMYK 0 0.96 0.45 0.25
HSL 328.37º 0.92% 0.39% -
HSV(B) 328.37º 0.96% 0.75% -
XYZ 24.37 12.4 14.47 -
YUV 74.07 145.46 212.11 -
System Red Green Blue C M Y K H S L
Decimal 192 8 105 0 0.96 0.45 0.25 328.37 0.92 0.39
Hex C0 8 69 0 60 2D 19 148 5C 27
Octal 300 10 151 0 140 55 31 510 134 47
Binary 11000000 1000 1101001 0 1100000 101101 11001 101001000 1011100 100111

Color Harmonies of #C00869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00869

Black with #C00869

Text Example


Text Example

White with #C00869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00869; }

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

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

background-color css

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

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

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

border-color css

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

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

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