Html Css Color HEX #C77147 Red Damask

📋 copy color: '#C77147'

red 199 ◦ green 113 ◦ blue 71

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

Shades of Red Damask #C77147

Tints of Red Damask #C77147

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.5%

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

R = 51.96%
G = 29.5%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C77147 (or 0xC77147) is known color: Red Damask. HEX triplet: C7, 71 and 47. RGB value is (199,113,71). Sum of RGB (Red+Green+Blue) = 199+113+71=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C77147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77147 is #388EB8. Grayscale: #868686. Windows color (decimal): -3706553 or 4682183. OLE color: 4682183.

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

Color convert

RGB 199 113 71 -
CMYK 0 0.43 0.64 0.22
HSL 19.69º 0.53% 0.53% -
HSV(B) 19.69º 0.64% 0.78% -
XYZ 30.6 24.41 9.06 -
YUV 133.93 92.49 174.42 -
System Red Green Blue C M Y K H S L
Decimal 199 113 71 0 0.43 0.64 0.22 19.69 0.53 0.53
Hex C7 71 47 0 2B 40 16 14 35 35
Octal 307 161 107 0 53 100 26 24 65 65
Binary 11000111 1110001 1000111 0 101011 1000000 10110 10100 110101 110101

Color Harmonies of #C77147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77147

Black with #C77147

Text Example


Text Example

White with #C77147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77147; }

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

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

background-color css

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

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

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

border-color css

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

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

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