#C8385A

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

Shades of Old Rose #C8385A

Tints of Old Rose #C8385A

Color information

#C8385A (or 0xC8385A) is unknown color: approx Old Rose. HEX triplet: C8, 38 and 5A. RGB value is (200,56,90). Sum of RGB (Red+Green+Blue) = 200+56+90=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8385A is #37C7A5. Grayscale: #666666. Windows color (decimal): -3655590 or 5912776. OLE color: 5912776.

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

Color convert

RGB2005690-
CMYK00.720.550.22
HSL345.83º56.69%50.2%-
HSV(B)345.83º72%78.43%-
XYZ27.0815.8511.3-
YUV102.93120.71197.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.80%
GREEN value IS 56 (22.27% from 255) = 16.18%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=57.80%
G=16.18%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200569000.720.550.22345.8356.6950.2
HexC8385A048371615a3932
Octal31070132011067265327162
Binary1100100011100010110100100100011011110110101011010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8385A; }

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

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

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

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

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

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

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

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