#C00869

Color #C00869 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #C00869

Tints of Jazzberry Jam #C00869

Color information

#C00869 (or 0xC00869) is unknown color: approx 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

RGB1928105-
CMYK00.960.450.25
HSL328.37º92%39.22%-
HSV(B)328.37º95.83%75.29%-
XYZ24.3712.414.47-
YUV74.07145.46212.11-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192810500.960.450.25328.379239.22
HexC08690602D191485c27
Octal300101510140553151013447
Binary110000001000110100101100000101101110011010010001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>