#C93A4E

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

Shades of Old Rose #C93A4E

Tints of Old Rose #C93A4E

Color information

#C93A4E (or 0xC93A4E) is unknown color: approx Old Rose. HEX triplet: C9, 3A and 4E. RGB value is (201,58,78). Sum of RGB (Red+Green+Blue) = 201+58+78=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93A4E is #36C5B1. Grayscale: #676767. Windows color (decimal): -3589554 or 5126857. OLE color: 5126857.

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

Color convert

RGB2015878-
CMYK00.710.610.21
HSL351.61º56.97%50.78%-
HSV(B)351.61º71.14%78.82%-
XYZ26.9815.998.87-
YUV103.04113.88197.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.64%
GREEN value IS 58 (23.05% from 255) = 17.21%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=59.64%
G=17.21%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201587800.710.610.21351.6156.9750.78
HexC93A4E0473D151603933
Octal31172116010775255407163
Binary1100100111101010011100100011111110110101101100000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93A4E; }

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

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

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

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

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

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

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

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