Html Css Color HEX #C76D4B Red Damask

📋 copy color: '#C76D4B'

red 199 ◦ green 109 ◦ blue 75

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

Shades of Red Damask #C76D4B

Tints of Red Damask #C76D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.58%

R = 51.96%
G = 28.46%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C76D4B (or 0xC76D4B) is known color: Red Damask. HEX triplet: C7, 6D and 4B. RGB value is (199,109,75). Sum of RGB (Red+Green+Blue) = 199+109+75=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76D4B is #3892B4. Grayscale: #848484. Windows color (decimal): -3707573 or 4943303. OLE color: 4943303.

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

Color convert

RGB 199 109 75 -
CMYK 0 0.45 0.62 0.22
HSL 16.45º 0.53% 0.54% -
HSV(B) 16.45º 0.62% 0.78% -
XYZ 30.29 23.59 9.61 -
YUV 132.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 199 109 75 0 0.45 0.62 0.22 16.45 0.53 0.54
Hex C7 6D 4B 0 2D 3E 16 10 35 36
Octal 307 155 113 0 55 76 26 20 65 66
Binary 11000111 1101101 1001011 0 101101 111110 10110 10000 110101 110110

Color Harmonies of #C76D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76D4B

Black with #C76D4B

Text Example


Text Example

White with #C76D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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