#C9394E

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

Shades of Old Rose #C9394E

Tints of Old Rose #C9394E

Color information

#C9394E (or 0xC9394E) is unknown color: approx Old Rose. HEX triplet: C9, 39 and 4E. RGB value is (201,57,78). Sum of RGB (Red+Green+Blue) = 201+57+78=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C9394E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9394E is #36C6B1. Grayscale: #666666. Windows color (decimal): -3589810 or 5126601. OLE color: 5126601.

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

Color convert

RGB2015778-
CMYK00.720.610.21
HSL351.25º57.14%50.59%-
HSV(B)351.25º71.64%78.82%-
XYZ26.9315.898.86-
YUV102.45114.21198.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.82%
GREEN value IS 57 (22.66% from 255) = 16.96%
BLUE value IS 78 (30.86% from 255) = 23.21%
R=59.82%
G=16.96%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201577800.720.610.21351.2557.1450.59
HexC9394E0483D1515f3933
Octal31171116011075255377163
Binary1100100111100110011100100100011110110101101011111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9394E; }

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

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

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

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

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

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

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

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