#C76F46

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

Shades of Red Damask #C76F46

Tints of Red Damask #C76F46

Color information

#C76F46 (or 0xC76F46) is unknown color: approx Red Damask. HEX triplet: C7, 6F and 46. RGB value is (199,111,70). Sum of RGB (Red+Green+Blue) = 199+111+70=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F46 is #3890B9. Grayscale: #848484. Windows color (decimal): -3707066 or 4616135. OLE color: 4616135.

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

Color convert

RGB19911170-
CMYK00.440.650.22
HSL19.07º53.53%52.75%-
HSV(B)19.07º64.82%78.04%-
XYZ30.3423.958.82-
YUV132.6492.65175.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.37%
GREEN value IS 111 (43.75% from 255) = 29.21%
BLUE value IS 70 (27.73% from 255) = 18.42%
R=52.37%
G=29.21%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991117000.440.650.2219.0753.5352.75
HexC76F4602C4116133635
Octal30715710605410126236665
Binary1100011111011111000110010110010000011011010011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76F46; }

 p { color: rgb(199,111,70); }

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

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

 a { background-color: rgb(199,111,70); }

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

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

 span { border-color: rgb(199,111,70); }

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