#C9384D

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

Shades of Old Rose #C9384D

Tints of Old Rose #C9384D

Color information

#C9384D (or 0xC9384D) is unknown color: approx Old Rose. HEX triplet: C9, 38 and 4D. RGB value is (201,56,77). Sum of RGB (Red+Green+Blue) = 201+56+77=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C9384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9384D is #36C7B2. Grayscale: #656565. Windows color (decimal): -3590067 or 5060809. OLE color: 5060809.

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

Color convert

RGB2015677-
CMYK00.720.620.21
HSL351.31º57.31%50.39%-
HSV(B)351.31º72.14%78.82%-
XYZ26.8415.788.65-
YUV101.75114.04198.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.18%
GREEN value IS 56 (22.27% from 255) = 16.77%
BLUE value IS 77 (30.47% from 255) = 23.05%
R=60.18%
G=16.77%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201567700.720.620.21351.3157.3150.39
HexC9384D0483E1515f3932
Octal31170115011076255377162
Binary1100100111100010011010100100011111010101101011111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9384D; }

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

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

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

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

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

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

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

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