Html Css Color HEX #C76949 Red Damask

📋 copy color: '#C76949'

red 199 ◦ green 105 ◦ blue 73

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

Shades of Red Damask #C76949

Tints of Red Damask #C76949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.85%

 BLUE value IS 73 (28.91% from 255) = 19.36%

R = 52.79%
G = 27.85%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C76949 (or 0xC76949) is known color: Red Damask. HEX triplet: C7, 69 and 49. RGB value is (199,105,73). Sum of RGB (Red+Green+Blue) = 199+105+73=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C76949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76949 is #3896B6. Grayscale: #818181. Windows color (decimal): -3708599 or 4811207. OLE color: 4811207.

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

Color convert

RGB 199 105 73 -
CMYK 0 0.47 0.63 0.22
HSL 15.24º 0.53% 0.53% -
HSV(B) 15.24º 0.63% 0.78% -
XYZ 29.81 22.73 9.12 -
YUV 129.46 96.14 177.6 -
System Red Green Blue C M Y K H S L
Decimal 199 105 73 0 0.47 0.63 0.22 15.24 0.53 0.53
Hex C7 69 49 0 2F 3F 16 F 35 35
Octal 307 151 111 0 57 77 26 17 65 65
Binary 11000111 1101001 1001001 0 101111 111111 10110 1111 110101 110101

Color Harmonies of #C76949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76949

Black with #C76949

Text Example


Text Example

White with #C76949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76949; }

 p { color: rgb(199,105,73); }

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

background-color css

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

 a { background-color: rgb(199,105,73); }

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

border-color css

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

 span { border-color: rgb(199,105,73); }

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