#C9385A

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

Shades of Old Rose #C9385A

Tints of Old Rose #C9385A

Color information

#C9385A (or 0xC9385A) is unknown color: approx Old Rose. HEX triplet: C9, 38 and 5A. RGB value is (201,56,90). Sum of RGB (Red+Green+Blue) = 201+56+90=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9385A is #36C7A5. Grayscale: #676767. Windows color (decimal): -3590054 or 5912777. OLE color: 5912777.

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

Color convert

RGB2015690-
CMYK00.720.550.21
HSL345.93º57.31%50.39%-
HSV(B)345.93º72.14%78.82%-
XYZ27.3515.9811.32-
YUV103.23120.54197.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.93%
GREEN value IS 56 (22.27% from 255) = 16.14%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=57.93%
G=16.14%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201569000.720.550.21345.9357.3150.39
HexC9385A048371515a3932
Octal31170132011067255327162
Binary1100100111100010110100100100011011110101101011010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9385A; }

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

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

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

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

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

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

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

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