#C9404D

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

Shades of Old Rose #C9404D

Tints of Old Rose #C9404D

Color information

#C9404D (or 0xC9404D) is unknown color: approx Old Rose. HEX triplet: C9, 40 and 4D. RGB value is (201,64,77). Sum of RGB (Red+Green+Blue) = 201+64+77=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C9404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9404D is #36BFB2. Grayscale: #6A6A6A. Windows color (decimal): -3588019 or 5062857. OLE color: 5062857.

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

Color convert

RGB2016477-
CMYK00.680.620.21
HSL354.31º55.92%51.96%-
HSV(B)354.31º68.16%78.82%-
XYZ27.2616.628.79-
YUV106.44111.39195.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.77%
GREEN value IS 64 (25.39% from 255) = 18.71%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=58.77%
G=18.71%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201647700.680.620.21354.3155.9251.96
HexC9404D0443E151623834
Octal311100115010476255427064
Binary11001001100000010011010100010011111010101101100010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9404D; }

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

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

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

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

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

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

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

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