#C77046

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

Shades of Red Damask #C77046

Tints of Red Damask #C77046

Color information

#C77046 (or 0xC77046) is unknown color: approx Red Damask. HEX triplet: C7, 70 and 46. RGB value is (199,112,70). Sum of RGB (Red+Green+Blue) = 199+112+70=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C77046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77046 is #388FB9. Grayscale: #858585. Windows color (decimal): -3706810 or 4616391. OLE color: 4616391.

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

Color convert

RGB19911270-
CMYK00.440.650.22
HSL19.53º53.53%52.75%-
HSV(B)19.53º64.82%78.04%-
XYZ30.4524.178.86-
YUV133.2292.32174.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.23%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 70 (27.73% from 255) = 18.37%
R=52.23%
G=29.40%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991127000.440.650.2219.5353.5352.75
HexC7704602C4116143635
Octal30716010605410126246665
Binary1100011111100001000110010110010000011011010100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77046; }

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

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

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

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

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

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

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

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