#C20B64

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

Shades of Jazzberry Jam #C20B64

Tints of Jazzberry Jam #C20B64

Color information

#C20B64 (or 0xC20B64) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 0B and 64. RGB value is (194,11,100). Sum of RGB (Red+Green+Blue) = 194+11+100=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20B64 is #3DF49B. Grayscale: #4B4B4B. Windows color (decimal): -4060316 or 6556610. OLE color: 6556610.

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

Color convert

RGB19411100-
CMYK00.940.480.24
HSL330.82º89.27%40.2%-
HSV(B)330.82º94.33%76.08%-
XYZ24.6712.6313.19-
YUV75.86141.63212.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.61%
GREEN value IS 11 (4.69% from 255) = 3.61%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=63.61%
G=3.61%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941110000.940.480.24330.8289.2740.2
HexC2B6405E301814b5928
Octal302131440136603051313150
Binary110000101011110010001011110110000110001010010111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20B64; }

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

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

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

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

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

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

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

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