#C87046

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

Shades of Red Damask #C87046

Tints of Red Damask #C87046

Color information

#C87046 (or 0xC87046) is unknown color: approx Red Damask. HEX triplet: C8, 70 and 46. RGB value is (200,112,70). Sum of RGB (Red+Green+Blue) = 200+112+70=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C87046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87046 is #378FB9. Grayscale: #858585. Windows color (decimal): -3641274 or 4616392. OLE color: 4616392.

HSL color Cylindrical-coordinate representation of color #C87046: hue angle of 19.38º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C87046 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB20011270-
CMYK00.440.650.22
HSL19.38º54.17%52.94%-
HSV(B)19.38º65%78.43%-
XYZ30.7224.318.87-
YUV133.5292.15175.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.36%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 70 (27.73% from 255) = 18.32%
R=52.36%
G=29.32%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001127000.440.650.2219.3854.1752.94
HexC8704602C4116133635
Octal31016010605410126236665
Binary1100100011100001000110010110010000011011010011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87046; }

 p { color: rgb(200,112,70); }

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

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

 a { background-color: rgb(200,112,70); }

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

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

 span { border-color: rgb(200,112,70); }

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