#C72A64

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

Shades of Cerise #C72A64

Tints of Cerise #C72A64

Color information

#C72A64 (or 0xC72A64) is unknown color: approx Cerise. HEX triplet: C7, 2A and 64. RGB value is (199,42,100). Sum of RGB (Red+Green+Blue) = 199+42+100=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72A64 is #38D59B. Grayscale: #5F5F5F. Windows color (decimal): -3724700 or 6564551. OLE color: 6564551.

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

Color convert

RGB19942100-
CMYK00.790.500.22
HSL337.83º65.15%47.25%-
HSV(B)337.83º78.89%78.04%-
XYZ26.6814.7213.49-
YUV95.56130.51201.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.36%
GREEN value IS 42 (16.80% from 255) = 12.32%
BLUE value IS 100 (39.45% from 255) = 29.33%
R=58.36%
G=12.32%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994210000.790.500.22337.8365.1547.25
HexC72A6404F3216152412f
Octal307521440117622652210157
Binary11000111101010110010001001111110010101101010100101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72A64; }

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

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

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

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

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

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

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

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