#c92159

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

Shades of Old Rose #C92159

Tints of Old Rose #C92159

Color information

#C92159 (or 0xC92159) is unknown color: approx Old Rose. HEX triplet: C9, 21 and 59. RGB value is (201,33,89). Sum of RGB (Red+Green+Blue) = 201+33+89=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C92159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92159 is #36DEA6. Grayscale: #595959. Windows color (decimal): -3595943 or 5841353. OLE color: 5841353.

HSL color Cylindrical-coordinate representation of color #C92159: hue angle of 340º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92159 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB2013389-
CMYK00.840.560.21
HSL340º71.79%45.88%-
HSV(B)340º83.58%78.82%-
XYZ26.4314.2310.8-
YUV89.62127.66207.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 62.23%
GREEN value IS 33 (13.28% from 255) = 10.22%
BLUE value IS 89 (35.16% from 255) = 27.55%
R=62.23%
G=10.22%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201338900.840.560.2134071.7945.88
HexC921590543815154482e
Octal311411310124702552411056
Binary11001001100001101100101010100111000101011010101001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c92159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c92159; }

 p { color: rgb(201,33,89); }

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

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

 a { background-color: rgb(201,33,89); }

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

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

 span { border-color: rgb(201,33,89); }

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