Html Css Color HEX #C76947 Red Damask

📋 copy color: '#C76947'

red 199 ◦ green 105 ◦ blue 71

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

Shades of Red Damask #C76947

Tints of Red Damask #C76947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.93%

R = 53.07%
G = 28%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C76947 (or 0xC76947) is known color: Red Damask. HEX triplet: C7, 69 and 47. RGB value is (199,105,71). Sum of RGB (Red+Green+Blue) = 199+105+71=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C76947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76947 is #3896B8. Grayscale: #818181. Windows color (decimal): -3708601 or 4680135. OLE color: 4680135.

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

Color convert

RGB 199 105 71 -
CMYK 0 0.47 0.64 0.22
HSL 15.94º 0.53% 0.53% -
HSV(B) 15.94º 0.64% 0.78% -
XYZ 29.74 22.7 8.78 -
YUV 129.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 199 105 71 0 0.47 0.64 0.22 15.94 0.53 0.53
Hex C7 69 47 0 2F 40 16 10 35 35
Octal 307 151 107 0 57 100 26 20 65 65
Binary 11000111 1101001 1000111 0 101111 1000000 10110 10000 110101 110101

Color Harmonies of #C76947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76947

Black with #C76947

Text Example


Text Example

White with #C76947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76947; }

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

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

background-color css

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

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

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

border-color css

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

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

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