#C92356

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

Shades of Old Rose #C92356

Tints of Old Rose #C92356

Color information

#C92356 (or 0xC92356) is unknown color: approx Old Rose. HEX triplet: C9, 23 and 56. RGB value is (201,35,86). Sum of RGB (Red+Green+Blue) = 201+35+86=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C92356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92356 is #36DCA9. Grayscale: #5A5A5A. Windows color (decimal): -3595434 or 5645257. OLE color: 5645257.

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

Color convert

RGB2013586-
CMYK00.830.570.21
HSL341.57º70.34%46.27%-
HSV(B)341.57º82.59%78.82%-
XYZ26.3714.2910.17-
YUV90.45125.5206.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 62.42%
GREEN value IS 35 (14.06% from 255) = 10.87%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=62.42%
G=10.87%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201358600.830.570.21341.5770.3446.27
HexC923560533915156462e
Octal311431260123712552610656
Binary11001001100011101011001010011111001101011010101101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92356; }

 p { color: rgb(201,35,86); }

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

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

 a { background-color: rgb(201,35,86); }

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

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

 span { border-color: rgb(201,35,86); }

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