#C9354C

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

Shades of Old Rose #C9354C

Tints of Old Rose #C9354C

Color information

#C9354C (or 0xC9354C) is unknown color: approx Old Rose. HEX triplet: C9, 35 and 4C. RGB value is (201,53,76). Sum of RGB (Red+Green+Blue) = 201+53+76=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9354C is #36CAB3. Grayscale: #636363. Windows color (decimal): -3590836 or 4994505. OLE color: 4994505.

HSL color Cylindrical-coordinate representation of color #C9354C: hue angle of 350.68º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9354C is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB2015376-
CMYK00.740.620.21
HSL350.68º58.27%49.8%-
HSV(B)350.68º73.63%78.82%-
XYZ26.6715.498.42-
YUV99.87114.53200.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.91%
GREEN value IS 53 (21.09% from 255) = 16.06%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=60.91%
G=16.06%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201537600.740.620.21350.6858.2749.8
HexC9354C04A3E1515f3a32
Octal31165114011276255377262
Binary1100100111010110011000100101011111010101101011111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9354C; }

 p { color: rgb(201,53,76); }

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

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

 a { background-color: rgb(201,53,76); }

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

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

 span { border-color: rgb(201,53,76); }

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