#C20456

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

Shades of Jazzberry Jam #C20456

Tints of Jazzberry Jam #C20456

Color information

#C20456 (or 0xC20456) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 04 and 56. RGB value is (194,4,86). Sum of RGB (Red+Green+Blue) = 194+4+86=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C20456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20456 is #3DFBA9. Grayscale: #464646. Windows color (decimal): -4062122 or 5637314. OLE color: 5637314.

HSL color Cylindrical-coordinate representation of color #C20456: hue angle of 334.11º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20456 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB194486-
CMYK00.980.560.24
HSL334.11º95.96%38.82%-
HSV(B)334.11º97.94%76.08%-
XYZ23.9712.239.9-
YUV70.16136.95216.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 68.31%
GREEN value IS 4 (1.95% from 255) = 1.41%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=68.31%
G=1.41%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19448600.980.560.24334.1195.9638.82
HexC2456062381814e6027
Octal30241260142703051614047
Binary11000010100101011001100010111000110001010011101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20456; }

 p { color: rgb(194,4,86); }

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

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

 a { background-color: rgb(194,4,86); }

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

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

 span { border-color: rgb(194,4,86); }

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