#C87850

Color #C87850 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C87850

Tints of Red Damask #C87850

Color information

#C87850 (or 0xC87850) is unknown color: approx Red Damask. HEX triplet: C8, 78 and 50. RGB value is (200,120,80). Sum of RGB (Red+Green+Blue) = 200+120+80=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C87850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87850 is #3787AF. Grayscale: #8B8B8B. Windows color (decimal): -3639216 or 5273800. OLE color: 5273800.

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

Color convert

RGB20012080-
CMYK00.40.60.22
HSL20º52.17%54.9%-
HSV(B)20º60%78.43%-
XYZ31.9826.2910.98-
YUV139.3694.5171.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50%
GREEN value IS 120 (47.27% from 255) = 30%
BLUE value IS 80 (31.64% from 255) = 20%
R=50%
G=30%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001208000.40.60.222052.1754.9
HexC878500283C16143437
Octal3101701200507426246467
Binary110010001111000101000001010001111001011010100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87850; }

 p { color: rgb(200,120,80); }

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

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

 a { background-color: rgb(200,120,80); }

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

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

 span { border-color: rgb(200,120,80); }

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