#C21162

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

Shades of Jazzberry Jam #C21162

Tints of Jazzberry Jam #C21162

Color information

#C21162 (or 0xC21162) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 11 and 62. RGB value is (194,17,98). Sum of RGB (Red+Green+Blue) = 194+17+98=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C21162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21162 is #3DEE9D. Grayscale: #4F4F4F. Windows color (decimal): -4058782 or 6427074. OLE color: 6427074.

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

Color convert

RGB1941798-
CMYK00.910.490.24
HSL332.54º83.89%41.37%-
HSV(B)332.54º91.24%76.08%-
XYZ24.6512.7512.72-
YUV79.16138.64209.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.78%
GREEN value IS 17 (7.03% from 255) = 5.50%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=62.78%
G=5.50%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194179800.910.490.24332.5483.8941.37
HexC2116205B311814d5429
Octal302211420133613051512451
Binary1100001010001110001001011011110001110001010011011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21162; }

 p { color: rgb(194,17,98); }

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

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

 a { background-color: rgb(194,17,98); }

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

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

 span { border-color: rgb(194,17,98); }

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