#C77146

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

Shades of Red Damask #C77146

Tints of Red Damask #C77146

Color information

#C77146 (or 0xC77146) is unknown color: approx Red Damask. HEX triplet: C7, 71 and 46. RGB value is (199,113,70). Sum of RGB (Red+Green+Blue) = 199+113+70=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C77146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77146 is #388EB9. Grayscale: #868686. Windows color (decimal): -3706554 or 4616647. OLE color: 4616647.

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

Color convert

RGB19911370-
CMYK00.430.650.22
HSL20º53.53%52.75%-
HSV(B)20º64.82%78.04%-
XYZ30.5624.398.89-
YUV133.8191.99174.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.09%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 70 (27.73% from 255) = 18.32%
R=52.09%
G=29.58%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991137000.430.650.222053.5352.75
HexC7714602B4116143635
Octal30716110605310126246665
Binary1100011111100011000110010101110000011011010100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77146; }

 p { color: rgb(199,113,70); }

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

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

 a { background-color: rgb(199,113,70); }

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

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

 span { border-color: rgb(199,113,70); }

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