#C76C51

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

Shades of Red Damask #C76C51

Tints of Red Damask #C76C51

Color information

#C76C51 (or 0xC76C51) is unknown color: approx Red Damask. HEX triplet: C7, 6C and 51. RGB value is (199,108,81). Sum of RGB (Red+Green+Blue) = 199+108+81=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C51 is #3893AE. Grayscale: #848484. Windows color (decimal): -3707823 or 5336263. OLE color: 5336263.

HSL color Cylindrical-coordinate representation of color #C76C51: hue angle of 13.73º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C76C51 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB19910881-
CMYK00.460.590.22
HSL13.73º51.3%54.9%-
HSV(B)13.73º59.3%78.04%-
XYZ30.423.4610.71-
YUV132.1399.15175.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.29%
GREEN value IS 108 (42.58% from 255) = 27.84%
BLUE value IS 81 (32.03% from 255) = 20.88%
R=51.29%
G=27.84%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991088100.460.590.2213.7351.354.9
HexC76C5102E3B16e3337
Octal3071541210567326166367
Binary11000111110110010100010101110111011101101110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76C51; }

 p { color: rgb(199,108,81); }

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

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

 a { background-color: rgb(199,108,81); }

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

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

 span { border-color: rgb(199,108,81); }

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