Html Css Color HEX #C76F4A Red Damask

📋 copy color: '#C76F4A'

red 199 ◦ green 111 ◦ blue 74

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

Shades of Red Damask #C76F4A

Tints of Red Damask #C76F4A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.91%

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

R = 51.82%
G = 28.91%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C76F4A (or 0xC76F4A) is known color: Red Damask. HEX triplet: C7, 6F and 4A. RGB value is (199,111,74). Sum of RGB (Red+Green+Blue) = 199+111+74=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F4A is #3890B5. Grayscale: #858585. Windows color (decimal): -3707062 or 4878279. OLE color: 4878279.

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

Color convert

RGB 199 111 74 -
CMYK 0 0.44 0.63 0.22
HSL 17.76º 0.53% 0.54% -
HSV(B) 17.76º 0.63% 0.78% -
XYZ 30.47 24.01 9.51 -
YUV 133.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 199 111 74 0 0.44 0.63 0.22 17.76 0.53 0.54
Hex C7 6F 4A 0 2C 3F 16 12 35 36
Octal 307 157 112 0 54 77 26 22 65 66
Binary 11000111 1101111 1001010 0 101100 111111 10110 10010 110101 110110

Color Harmonies of #C76F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F4A

Black with #C76F4A

Text Example


Text Example

White with #C76F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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