#C9384E

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

Shades of Old Rose #C9384E

Tints of Old Rose #C9384E

Color information

#C9384E (or 0xC9384E) is unknown color: approx Old Rose. HEX triplet: C9, 38 and 4E. RGB value is (201,56,78). Sum of RGB (Red+Green+Blue) = 201+56+78=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C9384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9384E is #36C7B1. Grayscale: #656565. Windows color (decimal): -3590066 or 5126345. OLE color: 5126345.

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

Color convert

RGB2015678-
CMYK00.720.610.21
HSL350.9º57.31%50.39%-
HSV(B)350.9º72.14%78.82%-
XYZ26.8815.88.84-
YUV101.86114.54198.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60%
GREEN value IS 56 (22.27% from 255) = 16.72%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=60%
G=16.72%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201567800.720.610.21350.957.3150.39
HexC9384E0483D1515f3932
Octal31170116011075255377162
Binary1100100111100010011100100100011110110101101011111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9384E; }

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

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

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

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

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

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

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

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