#C9385B

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

Shades of Old Rose #C9385B

Tints of Old Rose #C9385B

Color information

#C9385B (or 0xC9385B) is unknown color: approx Old Rose. HEX triplet: C9, 38 and 5B. RGB value is (201,56,91). Sum of RGB (Red+Green+Blue) = 201+56+91=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9385B is #36C7A4. Grayscale: #676767. Windows color (decimal): -3590053 or 5978313. OLE color: 5978313.

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

Color convert

RGB2015691-
CMYK00.720.550.21
HSL345.52º57.31%50.39%-
HSV(B)345.52º72.14%78.82%-
XYZ27.391611.54-
YUV103.34121.04197.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.76%
GREEN value IS 56 (22.27% from 255) = 16.09%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=57.76%
G=16.09%
B=26.15%

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
Decimal201569100.720.550.21345.5257.3150.39
HexC9385B048371515a3932
Octal31170133011067255327162
Binary1100100111100010110110100100011011110101101011010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9385B; }

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

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

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

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

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

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

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

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