#C20A61

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

Shades of Jazzberry Jam #C20A61

Tints of Jazzberry Jam #C20A61

Color information

#C20A61 (or 0xC20A61) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 0A and 61. RGB value is (194,10,97). Sum of RGB (Red+Green+Blue) = 194+10+97=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20A61 is #3DF59E. Grayscale: #4A4A4A. Windows color (decimal): -4060575 or 6359746. OLE color: 6359746.

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

Color convert

RGB1941097-
CMYK00.950.500.24
HSL331.63º90.2%40%-
HSV(B)331.63º94.85%76.08%-
XYZ24.5112.5512.44-
YUV74.93140.46212.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.45%
GREEN value IS 10 (4.30% from 255) = 3.32%
BLUE value IS 97 (38.28% from 255) = 32.23%
R=64.45%
G=3.32%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194109700.950.500.24331.6390.240
HexC2A6105F321814c5a28
Octal302121410137623051413250
Binary110000101010110000101011111110010110001010011001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20A61; }

 p { color: rgb(194,10,97); }

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

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

 a { background-color: rgb(194,10,97); }

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

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

 span { border-color: rgb(194,10,97); }

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