#C77346

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

Shades of Red Damask #C77346

Tints of Red Damask #C77346

Color information

#C77346 (or 0xC77346) is unknown color: approx Red Damask. HEX triplet: C7, 73 and 46. RGB value is (199,115,70). Sum of RGB (Red+Green+Blue) = 199+115+70=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C77346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77346 is #388CB9. Grayscale: #878787. Windows color (decimal): -3706042 or 4617159. OLE color: 4617159.

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

Color convert

RGB19911570-
CMYK00.420.650.22
HSL20.93º53.53%52.75%-
HSV(B)20.93º64.82%78.04%-
XYZ30.7924.858.97-
YUV134.9991.33173.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.82%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 70 (27.73% from 255) = 18.23%
R=51.82%
G=29.95%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991157000.420.650.2220.9353.5352.75
HexC7734602A4116153635
Octal30716310605210126256665
Binary1100011111100111000110010101010000011011010101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77346; }

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

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

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

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

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

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

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

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