Html Css Color HEX #C76B49 Red Damask

📋 copy color: '#C76B49'

red 199 ◦ green 107 ◦ blue 73

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

Shades of Red Damask #C76B49

Tints of Red Damask #C76B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.23%

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

R = 52.51%
G = 28.23%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C76B49 (or 0xC76B49) is known color: Red Damask. HEX triplet: C7, 6B and 49. RGB value is (199,107,73). Sum of RGB (Red+Green+Blue) = 199+107+73=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76B49 is #3894B6. Grayscale: #828282. Windows color (decimal): -3708087 or 4811719. OLE color: 4811719.

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

Color convert

RGB 199 107 73 -
CMYK 0 0.46 0.63 0.22
HSL 16.19º 0.53% 0.53% -
HSV(B) 16.19º 0.63% 0.78% -
XYZ 30.01 23.14 9.19 -
YUV 130.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 199 107 73 0 0.46 0.63 0.22 16.19 0.53 0.53
Hex C7 6B 49 0 2E 3F 16 10 35 35
Octal 307 153 111 0 56 77 26 20 65 65
Binary 11000111 1101011 1001001 0 101110 111111 10110 10000 110101 110101

Color Harmonies of #C76B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76B49

Black with #C76B49

Text Example


Text Example

White with #C76B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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