#C20B62

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

Shades of Jazzberry Jam #C20B62

Tints of Jazzberry Jam #C20B62

Color information

#C20B62 (or 0xC20B62) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 0B and 62. RGB value is (194,11,98). Sum of RGB (Red+Green+Blue) = 194+11+98=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20B62 is #3DF49D. Grayscale: #4B4B4B. Windows color (decimal): -4060318 or 6425538. OLE color: 6425538.

HSL color Cylindrical-coordinate representation of color #C20B62: hue angle of 331.48º 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 #C20B62 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB1941198-
CMYK00.940.490.24
HSL331.48º89.27%40.2%-
HSV(B)331.48º94.33%76.08%-
XYZ24.5712.5912.69-
YUV75.63140.63212.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.03%
GREEN value IS 11 (4.69% from 255) = 3.63%
BLUE value IS 98 (38.67% from 255) = 32.34%
R=64.03%
G=3.63%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194119800.940.490.24331.4889.2740.2
HexC2B6205E311814b5928
Octal302131420136613051313150
Binary110000101011110001001011110110001110001010010111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20B62; }

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

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

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

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

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

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

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

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