#c92b6d

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

Shades of Cerise #C92B6D

Tints of Cerise #C92B6D

Color information

#C92B6D (or 0xC92B6D) is unknown color: approx Cerise. HEX triplet: C9, 2B and 6D. RGB value is (201,43,109). Sum of RGB (Red+Green+Blue) = 201+43+109=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C92B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92B6D is #36D492. Grayscale: #616161. Windows color (decimal): -3593363 or 7154633. OLE color: 7154633.

HSL color Cylindrical-coordinate representation of color #C92B6D: hue angle of 334.94º 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 #C92B6D is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB20143109-
CMYK00.790.460.21
HSL334.94º64.75%47.84%-
HSV(B)334.94º78.61%78.82%-
XYZ27.7115.2515.95-
YUV97.77134.35201.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.94%
GREEN value IS 43 (17.19% from 255) = 12.18%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=56.94%
G=12.18%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014310900.790.460.21334.9464.7547.84
HexC92B6D04F2E1514f4130
Octal311531550117562551710160
Binary11001001101011110110101001111101110101011010011111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c92b6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c92b6d; }

 p { color: rgb(201,43,109); }

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

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

 a { background-color: rgb(201,43,109); }

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

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

 span { border-color: rgb(201,43,109); }

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