#C20464

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

Shades of Jazzberry Jam #C20464

Tints of Jazzberry Jam #C20464

Color information

#C20464 (or 0xC20464) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 04 and 64. RGB value is (194,4,100). Sum of RGB (Red+Green+Blue) = 194+4+100=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C20464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20464 is #3DFB9B. Grayscale: #474747. Windows color (decimal): -4062108 or 6554818. OLE color: 6554818.

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

Color convert

RGB1944100-
CMYK00.980.480.24
HSL329.68º95.96%38.82%-
HSV(B)329.68º97.94%76.08%-
XYZ24.5912.4813.17-
YUV71.75143.95215.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.10%
GREEN value IS 4 (1.95% from 255) = 1.34%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=65.10%
G=1.34%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194410000.980.480.24329.6895.9638.82
HexC2464062301814a6027
Octal30241440142603051214047
Binary11000010100110010001100010110000110001010010101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20464; }

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

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

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

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

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

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

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

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