Html Css Color HEX #C77447 Red Damask

📋 copy color: '#C77447'

red 199 ◦ green 116 ◦ blue 71

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

Shades of Red Damask #C77447

Tints of Red Damask #C77447

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.05%

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

R = 51.55%
G = 30.05%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C77447 (or 0xC77447) is known color: Red Damask. HEX triplet: C7, 74 and 47. RGB value is (199,116,71). Sum of RGB (Red+Green+Blue) = 199+116+71=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C77447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77447 is #388BB8. Grayscale: #878787. Windows color (decimal): -3705785 or 4682951. OLE color: 4682951.

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

Color convert

RGB 199 116 71 -
CMYK 0 0.42 0.64 0.22
HSL 21.09º 0.53% 0.53% -
HSV(B) 21.09º 0.64% 0.78% -
XYZ 30.94 25.09 9.17 -
YUV 135.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 199 116 71 0 0.42 0.64 0.22 21.09 0.53 0.53
Hex C7 74 47 0 2A 40 16 15 35 35
Octal 307 164 107 0 52 100 26 25 65 65
Binary 11000111 1110100 1000111 0 101010 1000000 10110 10101 110101 110101

Color Harmonies of #C77447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77447

Black with #C77447

Text Example


Text Example

White with #C77447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77447; }

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

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

background-color css

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

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

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

border-color css

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

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

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