#C5246A

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

Shades of Cerise #C5246A

Tints of Cerise #C5246A

Color information

#C5246A (or 0xC5246A) is unknown color: approx Cerise. HEX triplet: C5, 24 and 6A. RGB value is (197,36,106). Sum of RGB (Red+Green+Blue) = 197+36+106=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5246A is #3ADB95. Grayscale: #5B5B5B. Windows color (decimal): -3857302 or 6956229. OLE color: 6956229.

HSL color Cylindrical-coordinate representation of color #C5246A: hue angle of 333.91º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5246A is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB19736106-
CMYK00.820.460.23
HSL333.91º69.1%45.69%-
HSV(B)333.91º81.73%77.25%-
XYZ26.2614.1714.99-
YUV92.12135.84202.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.11%
GREEN value IS 36 (14.45% from 255) = 10.62%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=58.11%
G=10.62%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973610600.820.460.23333.9169.145.69
HexC5246A0522E1714e452e
Octal305441520122562751610556
Binary11000101100100110101001010010101110101111010011101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5246A; }

 p { color: rgb(197,36,106); }

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

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

 a { background-color: rgb(197,36,106); }

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

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

 span { border-color: rgb(197,36,106); }

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