#C76F48

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

Shades of Red Damask #C76F48

Tints of Red Damask #C76F48

Color information

#C76F48 (or 0xC76F48) is unknown color: approx Red Damask. HEX triplet: C7, 6F and 48. RGB value is (199,111,72). Sum of RGB (Red+Green+Blue) = 199+111+72=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F48 is #3890B7. Grayscale: #858585. Windows color (decimal): -3707064 or 4747207. OLE color: 4747207.

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

Color convert

RGB19911172-
CMYK00.440.640.22
HSL18.43º53.14%53.14%-
HSV(B)18.43º63.82%78.04%-
XYZ30.4123.989.16-
YUV132.8793.65175.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.09%
GREEN value IS 111 (43.75% from 255) = 29.06%
BLUE value IS 72 (28.52% from 255) = 18.85%
R=52.09%
G=29.06%
B=18.85%

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
Decimal1991117200.440.640.2218.4353.1453.14
HexC76F4802C4016123535
Octal30715711005410026226565
Binary1100011111011111001000010110010000001011010010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76F48; }

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

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

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

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

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

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

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

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