#C87047

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

Shades of Red Damask #C87047

Tints of Red Damask #C87047

Color information

#C87047 (or 0xC87047) is unknown color: approx Red Damask. HEX triplet: C8, 70 and 47. RGB value is (200,112,71). Sum of RGB (Red+Green+Blue) = 200+112+71=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C87047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87047 is #378FB8. Grayscale: #858585. Windows color (decimal): -3641273 or 4681928. OLE color: 4681928.

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

Color convert

RGB20011271-
CMYK00.440.640.22
HSL19.07º53.97%53.14%-
HSV(B)19.07º64.5%78.43%-
XYZ30.7524.329.04-
YUV133.6492.65175.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.22%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 71 (28.12% from 255) = 18.54%
R=52.22%
G=29.24%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001127100.440.640.2219.0753.9753.14
HexC8704702C4016133635
Octal31016010705410026236665
Binary1100100011100001000111010110010000001011010011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87047; }

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

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

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

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

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

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

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

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