#C01166

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

Shades of Jazzberry Jam #C01166

Tints of Jazzberry Jam #C01166

Color information

#C01166 (or 0xC01166) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 11 and 66. RGB value is (192,17,102). Sum of RGB (Red+Green+Blue) = 192+17+102=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C01166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01166 is #3FEE99. Grayscale: #4E4E4E. Windows color (decimal): -4189850 or 6689216. OLE color: 6689216.

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

Color convert

RGB19217102-
CMYK00.910.470.25
HSL330.86º83.73%40.98%-
HSV(B)330.86º91.15%75.29%-
XYZ24.3412.5713.71-
YUV79.02140.98208.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.74%
GREEN value IS 17 (7.03% from 255) = 5.47%
BLUE value IS 102 (40.23% from 255) = 32.80%
R=61.74%
G=5.47%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921710200.910.470.25330.8683.7340.98
HexC0116605B2F1914b5429
Octal300211460133573151312451
Binary1100000010001110011001011011101111110011010010111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01166; }

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

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

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

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

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

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

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

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