#C9354D

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

Shades of Old Rose #C9354D

Tints of Old Rose #C9354D

Color information

#C9354D (or 0xC9354D) is unknown color: approx Old Rose. HEX triplet: C9, 35 and 4D. RGB value is (201,53,77). Sum of RGB (Red+Green+Blue) = 201+53+77=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9354D is #36CAB2. Grayscale: #646464. Windows color (decimal): -3590835 or 5060041. OLE color: 5060041.

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

Color convert

RGB2015377-
CMYK00.740.620.21
HSL350.27º58.27%49.8%-
HSV(B)350.27º73.63%78.82%-
XYZ26.715.58.61-
YUV99.99115.03200.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.73%
GREEN value IS 53 (21.09% from 255) = 16.01%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=60.73%
G=16.01%
B=23.26%

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
Decimal201537700.740.620.21350.2758.2749.8
HexC9354D04A3E1515e3a32
Octal31165115011276255367262
Binary1100100111010110011010100101011111010101101011110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9354D; }

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

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

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

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

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

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

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

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