#C9395B

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

Shades of Old Rose #C9395B

Tints of Old Rose #C9395B

Color information

#C9395B (or 0xC9395B) is unknown color: approx Old Rose. HEX triplet: C9, 39 and 5B. RGB value is (201,57,91). Sum of RGB (Red+Green+Blue) = 201+57+91=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9395B is #36C6A4. Grayscale: #676767. Windows color (decimal): -3589797 or 5978569. OLE color: 5978569.

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

Color convert

RGB2015791-
CMYK00.720.550.21
HSL345.83º57.14%50.59%-
HSV(B)345.83º71.64%78.82%-
XYZ27.4416.111.56-
YUV103.93120.71197.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.59%
GREEN value IS 57 (22.66% from 255) = 16.33%
BLUE value IS 91 (35.94% from 255) = 26.07%
R=57.59%
G=16.33%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201579100.720.550.21345.8357.1450.59
HexC9395B048371515a3933
Octal31171133011067255327163
Binary1100100111100110110110100100011011110101101011010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9395B; }

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

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

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

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

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

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

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

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