#C01662

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

Shades of Jazzberry Jam #C01662

Tints of Jazzberry Jam #C01662

Color information

#C01662 (or 0xC01662) is unknown color: approx Jazzberry Jam. HEX triplet: C0, 16 and 62. RGB value is (192,22,98). Sum of RGB (Red+Green+Blue) = 192+22+98=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C01662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01662 is #3FE99D. Grayscale: #515151. Windows color (decimal): -4188574 or 6428352. OLE color: 6428352.

HSL color Cylindrical-coordinate representation of color #C01662: hue angle of 333.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01662 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB1922298-
CMYK00.890.490.25
HSL333.18º79.44%41.96%-
HSV(B)333.18º88.54%75.29%-
XYZ24.2312.6612.72-
YUV81.49137.32206.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.54%
GREEN value IS 22 (8.98% from 255) = 7.05%
BLUE value IS 98 (38.67% from 255) = 31.41%
R=61.54%
G=7.05%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192229800.890.490.25333.1879.4441.96
HexC01662059311914d4f2a
Octal300261420131613151511752
Binary1100000010110110001001011001110001110011010011011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01662; }

 p { color: rgb(192,22,98); }

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

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

 a { background-color: rgb(192,22,98); }

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

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

 span { border-color: rgb(192,22,98); }

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