#C52265

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

Shades of Cerise #C52265

Tints of Cerise #C52265

Color information

#C52265 (or 0xC52265) is unknown color: approx Cerise. HEX triplet: C5, 22 and 65. RGB value is (197,34,101). Sum of RGB (Red+Green+Blue) = 197+34+101=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C52265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52265 is #3ADD9A. Grayscale: #5A5A5A. Windows color (decimal): -3857819 or 6628037. OLE color: 6628037.

HSL color Cylindrical-coordinate representation of color #C52265: hue angle of 335.34º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C52265 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB19734101-
CMYK00.830.490.23
HSL335.34º70.56%45.29%-
HSV(B)335.34º82.74%77.25%-
XYZ25.9513.9513.64-
YUV90.37134204.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.34%
GREEN value IS 34 (13.67% from 255) = 10.24%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=59.34%
G=10.24%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973410100.830.490.23335.3470.5645.29
HexC52265053311714f472d
Octal305421450123612751710755
Binary11000101100010110010101010011110001101111010011111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52265; }

 p { color: rgb(197,34,101); }

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

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

 a { background-color: rgb(197,34,101); }

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

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

 span { border-color: rgb(197,34,101); }

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