#C93456

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

Shades of Old Rose #C93456

Tints of Old Rose #C93456

Color information

#C93456 (or 0xC93456) is unknown color: approx Old Rose. HEX triplet: C9, 34 and 56. RGB value is (201,52,86). Sum of RGB (Red+Green+Blue) = 201+52+86=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C93456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93456 is #36CBA9. Grayscale: #646464. Windows color (decimal): -3591082 or 5649609. OLE color: 5649609.

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

Color convert

RGB2015286-
CMYK00.740.570.21
HSL346.31º58.89%49.61%-
HSV(B)346.31º74.13%78.82%-
XYZ2715.5510.38-
YUV100.43119.86199.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.29%
GREEN value IS 52 (20.70% from 255) = 15.34%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=59.29%
G=15.34%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201528600.740.570.21346.3158.8949.61
HexC9345604A391515a3b32
Octal31164126011271255327362
Binary1100100111010010101100100101011100110101101011010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93456; }

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

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

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

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

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

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

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

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