#C72264

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

Shades of Cerise #C72264

Tints of Cerise #C72264

Color information

#C72264 (or 0xC72264) is unknown color: approx Cerise. HEX triplet: C7, 22 and 64. RGB value is (199,34,100). Sum of RGB (Red+Green+Blue) = 199+34+100=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C72264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72264 is #38DD9B. Grayscale: #5A5A5A. Windows color (decimal): -3726748 or 6562503. OLE color: 6562503.

HSL color Cylindrical-coordinate representation of color #C72264: hue angle of 336º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72264 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB19934100-
CMYK00.830.500.22
HSL336º70.82%45.69%-
HSV(B)336º82.91%78.04%-
XYZ26.4314.2113.41-
YUV90.86133.16205.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.76%
GREEN value IS 34 (13.67% from 255) = 10.21%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=59.76%
G=10.21%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1993410000.830.500.2233670.8245.69
HexC722640533216150472e
Octal307421440123622652010756
Binary11000111100010110010001010011110010101101010100001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72264; }

 p { color: rgb(199,34,100); }

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

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

 a { background-color: rgb(199,34,100); }

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

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

 span { border-color: rgb(199,34,100); }

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