#C92A60

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

Shades of Cerise #C92A60

Tints of Cerise #C92A60

Color information

#C92A60 (or 0xC92A60) is unknown color: approx Cerise. HEX triplet: C9, 2A and 60. RGB value is (201,42,96). Sum of RGB (Red+Green+Blue) = 201+42+96=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C92A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92A60 is #36D59F. Grayscale: #5F5F5F. Windows color (decimal): -3593632 or 6302409. OLE color: 6302409.

HSL color Cylindrical-coordinate representation of color #C92A60: hue angle of 339.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92A60 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB2014296-
CMYK00.790.520.21
HSL339.62º65.43%47.65%-
HSV(B)339.62º79.1%78.82%-
XYZ27.0314.9212.52-
YUV95.7128.18203.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.29%
GREEN value IS 42 (16.80% from 255) = 12.39%
BLUE value IS 96 (37.89% from 255) = 28.32%
R=59.29%
G=12.39%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201429600.790.520.21339.6265.4347.65
HexC92A6004F34151544130
Octal311521400117642552410160
Binary11001001101010110000001001111110100101011010101001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92A60; }

 p { color: rgb(201,42,96); }

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

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

 a { background-color: rgb(201,42,96); }

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

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

 span { border-color: rgb(201,42,96); }

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