Html Css Color HEX #C76D49 Red Damask

📋 copy color: '#C76D49'

red 199 ◦ green 109 ◦ blue 73

#C76D49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #C76D49

Tints of Red Damask #C76D49

RGB

 RED value IS 199 (78.13% from 255) = 52.23%

 GREEN value IS 109 (42.97% from 255) = 28.61%

 BLUE value IS 73 (28.91% from 255) = 19.16%

R = 52.23%
G = 28.61%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C76D49 (or 0xC76D49) is known color: Red Damask. HEX triplet: C7, 6D and 49. RGB value is (199,109,73). Sum of RGB (Red+Green+Blue) = 199+109+73=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76D49 is #3892B6. Grayscale: #848484. Windows color (decimal): -3707575 or 4812231. OLE color: 4812231.

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

Color convert

RGB 199 109 73 -
CMYK 0 0.45 0.63 0.22
HSL 17.14º 0.53% 0.53% -
HSV(B) 17.14º 0.63% 0.78% -
XYZ 30.22 23.56 9.26 -
YUV 131.81 94.82 175.93 -
System Red Green Blue C M Y K H S L
Decimal 199 109 73 0 0.45 0.63 0.22 17.14 0.53 0.53
Hex C7 6D 49 0 2D 3F 16 11 35 35
Octal 307 155 111 0 55 77 26 21 65 65
Binary 11000111 1101101 1001001 0 101101 111111 10110 10001 110101 110101

Color Harmonies of #C76D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76D49

Black with #C76D49

Text Example


Text Example

White with #C76D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76D49; }

 p { color: rgb(199,109,73); }

 H1.HeaderClassName
 {
   color: #C76D49;
 }
 .AnyTagClassName
 {
   color: #C76D49;
 }
</style>

background-color css

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

 a { background-color: rgb(199,109,73); }

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

border-color css

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

 span { border-color: rgb(199,109,73); }

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