#C77447

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

Shades of Red Damask #C77447

Tints of Red Damask #C77447

Color information

#C77447 (or 0xC77447) is unknown color: approx Red Damask. HEX triplet: C7, 74 and 47. RGB value is (199,116,71). Sum of RGB (Red+Green+Blue) = 199+116+71=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C77447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77447 is #388BB8. Grayscale: #878787. Windows color (decimal): -3705785 or 4682951. OLE color: 4682951.

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

Color convert

RGB19911671-
CMYK00.420.640.22
HSL21.09º53.33%52.94%-
HSV(B)21.09º64.32%78.04%-
XYZ30.9425.099.17-
YUV135.6991.5173.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.55%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 71 (28.12% from 255) = 18.39%
R=51.55%
G=30.05%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991167100.420.640.2221.0953.3352.94
HexC7744702A4016153535
Octal30716410705210026256565
Binary1100011111101001000111010101010000001011010101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77447; }

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

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

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

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

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

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

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

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