#C20353

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

Shades of Jazzberry Jam #C20353

Tints of Jazzberry Jam #C20353

Color information

#C20353 (or 0xC20353) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 03 and 53. RGB value is (194,3,83). Sum of RGB (Red+Green+Blue) = 194+3+83=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C20353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20353 is #3DFCAC. Grayscale: #454545. Windows color (decimal): -4062381 or 5440450. OLE color: 5440450.

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

Color convert

RGB194383-
CMYK00.980.570.24
HSL334.87º96.95%38.63%-
HSV(B)334.87º98.45%76.08%-
XYZ23.8412.169.27-
YUV69.23135.78217-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 69.29%
GREEN value IS 3 (1.56% from 255) = 1.07%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=69.29%
G=1.07%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19438300.980.570.24334.8796.9538.63
HexC2353062391814f6127
Octal30231230142713051714147
Binary1100001011101001101100010111001110001010011111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20353; }

 p { color: rgb(194,3,83); }

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

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

 a { background-color: rgb(194,3,83); }

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

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

 span { border-color: rgb(194,3,83); }

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