#C21264

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

Shades of Jazzberry Jam #C21264

Tints of Jazzberry Jam #C21264

Color information

#C21264 (or 0xC21264) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 12 and 64. RGB value is (194,18,100). Sum of RGB (Red+Green+Blue) = 194+18+100=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C21264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21264 is #3DED9B. Grayscale: #4F4F4F. Windows color (decimal): -4058524 or 6558402. OLE color: 6558402.

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

Color convert

RGB19418100-
CMYK00.910.480.24
HSL332.05º83.02%41.57%-
HSV(B)332.05º90.72%76.08%-
XYZ24.7612.8213.23-
YUV79.97139.31209.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.18%
GREEN value IS 18 (7.42% from 255) = 5.77%
BLUE value IS 100 (39.45% from 255) = 32.05%
R=62.18%
G=5.77%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941810000.910.480.24332.0583.0241.57
HexC2126405B301814c532a
Octal302221440133603051412352
Binary1100001010010110010001011011110000110001010011001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21264; }

 p { color: rgb(194,18,100); }

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

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

 a { background-color: rgb(194,18,100); }

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

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

 span { border-color: rgb(194,18,100); }

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