#C93C4E

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

Shades of Old Rose #C93C4E

Tints of Old Rose #C93C4E

Color information

#C93C4E (or 0xC93C4E) is unknown color: approx Old Rose. HEX triplet: C9, 3C and 4E. RGB value is (201,60,78). Sum of RGB (Red+Green+Blue) = 201+60+78=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93C4E is #36C3B1. Grayscale: #686868. Windows color (decimal): -3589042 or 5127369. OLE color: 5127369.

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

Color convert

RGB2016078-
CMYK00.700.610.21
HSL352.34º56.63%51.18%-
HSV(B)352.34º70.15%78.82%-
XYZ27.0816.28.91-
YUV104.21113.21197.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.29%
GREEN value IS 60 (23.83% from 255) = 17.70%
BLUE value IS 78 (30.86% from 255) = 23.01%
R=59.29%
G=17.70%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201607800.700.610.21352.3456.6351.18
HexC93C4E0463D151603933
Octal31174116010675255407163
Binary1100100111110010011100100011011110110101101100000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93C4E; }

 p { color: rgb(201,60,78); }

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

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

 a { background-color: rgb(201,60,78); }

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

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

 span { border-color: rgb(201,60,78); }

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