Html Css Color HEX #C76E4A Red Damask

📋 copy color: '#C76E4A'

red 199 ◦ green 110 ◦ blue 74

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

Shades of Red Damask #C76E4A

Tints of Red Damask #C76E4A

RGB

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

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

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

R = 51.96%
G = 28.72%
B = 19.32%

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

#C76E4A (or 0xC76E4A) is known color: Red Damask. HEX triplet: C7, 6E and 4A. RGB value is (199,110,74). Sum of RGB (Red+Green+Blue) = 199+110+74=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E4A is #3891B5. Grayscale: #848484. Windows color (decimal): -3707318 or 4878023. OLE color: 4878023.

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

Color convert

RGB 199 110 74 -
CMYK 0 0.45 0.63 0.22
HSL 17.28º 0.53% 0.54% -
HSV(B) 17.28º 0.63% 0.78% -
XYZ 30.37 23.79 9.47 -
YUV 132.51 94.99 175.43 -
System Red Green Blue C M Y K H S L
Decimal 199 110 74 0 0.45 0.63 0.22 17.28 0.53 0.54
Hex C7 6E 4A 0 2D 3F 16 11 35 36
Octal 307 156 112 0 55 77 26 21 65 66
Binary 11000111 1101110 1001010 0 101101 111111 10110 10001 110101 110110

Color Harmonies of #C76E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E4A

Black with #C76E4A

Text Example


Text Example

White with #C76E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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