#C20465

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

Shades of Jazzberry Jam #C20465

Tints of Jazzberry Jam #C20465

Color information

#C20465 (or 0xC20465) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 04 and 65. RGB value is (194,4,101). Sum of RGB (Red+Green+Blue) = 194+4+101=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C20465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20465 is #3DFB9A. Grayscale: #474747. Windows color (decimal): -4062107 or 6620354. OLE color: 6620354.

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

Color convert

RGB1944101-
CMYK00.980.480.24
HSL329.37º95.96%38.82%-
HSV(B)329.37º97.94%76.08%-
XYZ24.6412.513.43-
YUV71.87144.45215.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.88%
GREEN value IS 4 (1.95% from 255) = 1.34%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=64.88%
G=1.34%
B=33.78%

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
Decimal194410100.980.480.24329.3795.9638.82
HexC246506230181496027
Octal30241450142603051114047
Binary11000010100110010101100010110000110001010010011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20465; }

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

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

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

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

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

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

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

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