#C77A50

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

Shades of Red Damask #C77A50

Tints of Red Damask #C77A50

Color information

#C77A50 (or 0xC77A50) is unknown color: approx Red Damask. HEX triplet: C7, 7A and 50. RGB value is (199,122,80). Sum of RGB (Red+Green+Blue) = 199+122+80=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77A50 is #3885AF. Grayscale: #8C8C8C. Windows color (decimal): -3704240 or 5274311. OLE color: 5274311.

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

Color convert

RGB19912280-
CMYK00.390.600.22
HSL21.18º51.52%54.71%-
HSV(B)21.18º59.8%78.04%-
XYZ31.9626.6411.05-
YUV140.2394.01169.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.63%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 80 (31.64% from 255) = 19.95%
R=49.63%
G=30.42%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991228000.390.600.2221.1851.5254.71
HexC77A500273C16153437
Octal3071721200477426256467
Binary110001111111010101000001001111111001011010101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77A50; }

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

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

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

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

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

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

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

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