Html Css Color HEX #C76E4C Red Damask

📋 copy color: '#C76E4C'

red 199 ◦ green 110 ◦ blue 76

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

Shades of Red Damask #C76E4C

Tints of Red Damask #C76E4C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.57%

 BLUE value IS 76 (30.08% from 255) = 19.74%

R = 51.69%
G = 28.57%
B = 19.74%

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

#C76E4C (or 0xC76E4C) is known color: Red Damask. HEX triplet: C7, 6E and 4C. RGB value is (199,110,76). Sum of RGB (Red+Green+Blue) = 199+110+76=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E4C is #3891B3. Grayscale: #848484. Windows color (decimal): -3707316 or 5009095. OLE color: 5009095.

HSL color Cylindrical-coordinate representation of color #C76E4C: hue angle of 16.59º degrees, saturation: 0.52, 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 #C76E4C is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 110 76 -
CMYK 0 0.45 0.62 0.22
HSL 16.59º 0.52% 0.54% -
HSV(B) 16.59º 0.62% 0.78% -
XYZ 30.43 23.82 9.83 -
YUV 132.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 199 110 76 0 0.45 0.62 0.22 16.59 0.52 0.54
Hex C7 6E 4C 0 2D 3E 16 11 34 36
Octal 307 156 114 0 55 76 26 21 64 66
Binary 11000111 1101110 1001100 0 101101 111110 10110 10001 110100 110110

Color Harmonies of #C76E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E4C

Black with #C76E4C

Text Example


Text Example

White with #C76E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E4C; }

 p { color: rgb(199,110,76); }

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

background-color css

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

 a { background-color: rgb(199,110,76); }

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

border-color css

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

 span { border-color: rgb(199,110,76); }

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