#c77646

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

Shades of Red Damask #C77646

Tints of Red Damask #C77646

Color information

#C77646 (or 0xC77646) is unknown color: approx Red Damask. HEX triplet: C7, 76 and 46. RGB value is (199,118,70). Sum of RGB (Red+Green+Blue) = 199+118+70=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C77646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77646 is #3889B9. Grayscale: #898989. Windows color (decimal): -3705274 or 4617927. OLE color: 4617927.

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

Color convert

RGB19911870-
CMYK00.410.650.22
HSL22.33º53.53%52.75%-
HSV(B)22.33º64.82%78.04%-
XYZ31.1425.549.08-
YUV136.7590.34172.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.42%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 70 (27.73% from 255) = 18.09%
R=51.42%
G=30.49%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991187000.410.650.2222.3353.5352.75
HexC776460294116163635
Octal30716610605110126266665
Binary1100011111101101000110010100110000011011010110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c77646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c77646; }

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

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

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

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

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

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

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

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