#C76E4E

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

Shades of Red Damask #C76E4E

Tints of Red Damask #C76E4E

Color information

#C76E4E (or 0xC76E4E) is unknown color: approx Red Damask. HEX triplet: C7, 6E and 4E. RGB value is (199,110,78). Sum of RGB (Red+Green+Blue) = 199+110+78=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E4E is #3891B1. Grayscale: #858585. Windows color (decimal): -3707314 or 5140167. OLE color: 5140167.

HSL color Cylindrical-coordinate representation of color #C76E4E: hue angle of 15.87º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C76E4E is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB19911078-
CMYK00.450.610.22
HSL15.87º51.93%54.31%-
HSV(B)15.87º60.8%78.04%-
XYZ30.523.8410.2-
YUV132.9696.99175.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.42%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=51.42%
G=28.42%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991107800.450.610.2215.8751.9354.31
HexC76E4E02D3D16103436
Octal3071561160557526206466
Binary110001111101110100111001011011111011011010000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76E4E; }

 p { color: rgb(199,110,78); }

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

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

 a { background-color: rgb(199,110,78); }

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

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

 span { border-color: rgb(199,110,78); }

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