#C01168

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

Shades of Jazzberry Jam #C01168

Tints of Jazzberry Jam #C01168

Color information

#C01168 (or 0xC01168) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 11 and 68. RGB value is (192,17,104). Sum of RGB (Red+Green+Blue) = 192+17+104=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C01168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01168 is #3FEE97. Grayscale: #4F4F4F. Windows color (decimal): -4189848 or 6820288. OLE color: 6820288.

HSL color Cylindrical-coordinate representation of color #C01168: hue angle of 330.17º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01168 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19217104-
CMYK00.910.460.25
HSL330.17º83.73%40.98%-
HSV(B)330.17º91.15%75.29%-
XYZ24.4412.6114.24-
YUV79.24141.98208.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.34%
GREEN value IS 17 (7.03% from 255) = 5.43%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=61.34%
G=5.43%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921710400.910.460.25330.1783.7340.98
HexC0116805B2E1914a5429
Octal300211500133563151212451
Binary1100000010001110100001011011101110110011010010101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01168; }

 p { color: rgb(192,17,104); }

 H1.HeaderClassName
 {
   color: #C01168;
 }
 .AnyTagClassName
 {
   color: #C01168;
 }
</style>
background-color css

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

 a { background-color: rgb(192,17,104); }

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

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

 span { border-color: rgb(192,17,104); }

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