#C77048

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

Shades of Red Damask #C77048

Tints of Red Damask #C77048

Color information

#C77048 (or 0xC77048) is unknown color: approx Red Damask. HEX triplet: C7, 70 and 48. RGB value is (199,112,72). Sum of RGB (Red+Green+Blue) = 199+112+72=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C77048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77048 is #388FB7. Grayscale: #858585. Windows color (decimal): -3706808 or 4747463. OLE color: 4747463.

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

Color convert

RGB19911272-
CMYK00.440.640.22
HSL18.9º53.14%53.14%-
HSV(B)18.9º63.82%78.04%-
XYZ30.5224.29.19-
YUV133.4593.32174.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.96%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 72 (28.52% from 255) = 18.80%
R=51.96%
G=29.24%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991127200.440.640.2218.953.1453.14
HexC7704802C4016133535
Octal30716011005410026236565
Binary1100011111100001001000010110010000001011010011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77048; }

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

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

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

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

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

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

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

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