#C9395C

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

Shades of Old Rose #C9395C

Tints of Old Rose #C9395C

Color information

#C9395C (or 0xC9395C) is unknown color: approx Old Rose. HEX triplet: C9, 39 and 5C. RGB value is (201,57,92). Sum of RGB (Red+Green+Blue) = 201+57+92=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9395C is #36C6A3. Grayscale: #686868. Windows color (decimal): -3589796 or 6044105. OLE color: 6044105.

HSL color Cylindrical-coordinate representation of color #C9395C: hue angle of 345.42º 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 #C9395C is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB2015792-
CMYK00.720.540.21
HSL345.42º57.14%50.59%-
HSV(B)345.42º71.64%78.82%-
XYZ27.4816.1211.79-
YUV104.05121.21197.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.43%
GREEN value IS 57 (22.66% from 255) = 16.29%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=57.43%
G=16.29%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201579200.720.540.21345.4257.1450.59
HexC9395C04836151593933
Octal31171134011066255317163
Binary1100100111100110111000100100011011010101101011001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9395C; }

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

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

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

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

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

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

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

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