#C20A5E

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

Shades of Jazzberry Jam #C20A5E

Tints of Jazzberry Jam #C20A5E

Color information

#C20A5E (or 0xC20A5E) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 0A and 5E. RGB value is (194,10,94). Sum of RGB (Red+Green+Blue) = 194+10+94=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20A5E is #3DF5A1. Grayscale: #4A4A4A. Windows color (decimal): -4060578 or 6163138. OLE color: 6163138.

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

Color convert

RGB1941094-
CMYK00.950.520.24
HSL332.61º90.2%40%-
HSV(B)332.61º94.85%76.08%-
XYZ24.3812.4911.72-
YUV74.59138.96213.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.10%
GREEN value IS 10 (4.30% from 255) = 3.36%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=65.10%
G=3.36%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194109400.950.520.24332.6190.240
HexC2A5E05F341814d5a28
Octal302121360137643051513250
Binary110000101010101111001011111110100110001010011011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20A5E; }

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

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

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

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

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

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

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

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