#C77050

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

Shades of Red Damask #C77050

Tints of Red Damask #C77050

Color information

#C77050 (or 0xC77050) is unknown color: approx Red Damask. HEX triplet: C7, 70 and 50. RGB value is (199,112,80). Sum of RGB (Red+Green+Blue) = 199+112+80=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C77050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77050 is #388FAF. Grayscale: #868686. Windows color (decimal): -3706800 or 5271751. OLE color: 5271751.

HSL color Cylindrical-coordinate representation of color #C77050: hue angle of 16.13º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C77050 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB19911280-
CMYK00.440.600.22
HSL16.13º51.52%54.71%-
HSV(B)16.13º59.8%78.04%-
XYZ30.824.3110.66-
YUV134.3697.32174.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.90%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 80 (31.64% from 255) = 20.46%
R=50.90%
G=28.64%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991128000.440.600.2216.1351.5254.71
HexC7705002C3C16103437
Octal3071601200547426206467
Binary110001111110000101000001011001111001011010000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77050; }

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

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

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

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

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

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

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

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