#C77047

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

Shades of Red Damask #C77047

Tints of Red Damask #C77047

Color information

#C77047 (or 0xC77047) is unknown color: approx Red Damask. HEX triplet: C7, 70 and 47. RGB value is (199,112,71). Sum of RGB (Red+Green+Blue) = 199+112+71=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C77047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77047 is #388FB8. Grayscale: #858585. Windows color (decimal): -3706809 or 4681927. OLE color: 4681927.

HSL color Cylindrical-coordinate representation of color #C77047: hue angle of 19.22º degrees, saturation: 0.53, 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 #C77047 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB19911271-
CMYK00.440.640.22
HSL19.22º53.33%52.94%-
HSV(B)19.22º64.32%78.04%-
XYZ30.4824.199.02-
YUV133.3492.82174.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.09%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 71 (28.12% from 255) = 18.59%
R=52.09%
G=29.32%
B=18.59%

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
Decimal1991127100.440.640.2219.2253.3352.94
HexC7704702C4016133535
Octal30716010705410026236565
Binary1100011111100001000111010110010000001011010011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77047; }

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

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

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

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

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

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

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

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