#C20B63

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

Shades of Jazzberry Jam #C20B63

Tints of Jazzberry Jam #C20B63

Color information

#C20B63 (or 0xC20B63) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 0B and 63. RGB value is (194,11,99). Sum of RGB (Red+Green+Blue) = 194+11+99=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20B63 is #3DF49C. Grayscale: #4B4B4B. Windows color (decimal): -4060317 or 6491074. OLE color: 6491074.

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

Color convert

RGB1941199-
CMYK00.940.490.24
HSL331.15º89.27%40.2%-
HSV(B)331.15º94.33%76.08%-
XYZ24.6212.6112.94-
YUV75.75141.13212.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.82%
GREEN value IS 11 (4.69% from 255) = 3.62%
BLUE value IS 99 (39.06% from 255) = 32.57%
R=63.82%
G=3.62%
B=32.57%

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
Decimal194119900.940.490.24331.1589.2740.2
HexC2B6305E311814b5928
Octal302131430136613051313150
Binary110000101011110001101011110110001110001010010111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20B63; }

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

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

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

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

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

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

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

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