Html Css Color HEX #C76D4A Red Damask

📋 copy color: '#C76D4A'

red 199 ◦ green 109 ◦ blue 74

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

Shades of Red Damask #C76D4A

Tints of Red Damask #C76D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.37%

R = 52.09%
G = 28.53%
B = 19.37%

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

#C76D4A (or 0xC76D4A) is known color: Red Damask. HEX triplet: C7, 6D and 4A. RGB value is (199,109,74). Sum of RGB (Red+Green+Blue) = 199+109+74=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76D4A is #3892B5. Grayscale: #848484. Windows color (decimal): -3707574 or 4877767. OLE color: 4877767.

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

Color convert

RGB 199 109 74 -
CMYK 0 0.45 0.63 0.22
HSL 16.8º 0.53% 0.54% -
HSV(B) 16.8º 0.63% 0.78% -
XYZ 30.26 23.57 9.43 -
YUV 131.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 199 109 74 0 0.45 0.63 0.22 16.8 0.53 0.54
Hex C7 6D 4A 0 2D 3F 16 11 35 36
Octal 307 155 112 0 55 77 26 21 65 66
Binary 11000111 1101101 1001010 0 101101 111111 10110 10001 110101 110110

Color Harmonies of #C76D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76D4A

Black with #C76D4A

Text Example


Text Example

White with #C76D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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