Html Css Color HEX #C77446 Red Damask

📋 copy color: '#C77446'

red 199 ◦ green 116 ◦ blue 70

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

Shades of Red Damask #C77446

Tints of Red Damask #C77446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 51.69%
G = 30.13%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C77446 (or 0xC77446) is known color: Red Damask. HEX triplet: C7, 74 and 46. RGB value is (199,116,70). Sum of RGB (Red+Green+Blue) = 199+116+70=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C77446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77446 is #388BB9. Grayscale: #878787. Windows color (decimal): -3705786 or 4617415. OLE color: 4617415.

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

Color convert

RGB 199 116 70 -
CMYK 0 0.42 0.65 0.22
HSL 21.4º 0.54% 0.53% -
HSV(B) 21.4º 0.65% 0.78% -
XYZ 30.9 25.08 9.01 -
YUV 135.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 199 116 70 0 0.42 0.65 0.22 21.4 0.54 0.53
Hex C7 74 46 0 2A 41 16 15 36 35
Octal 307 164 106 0 52 101 26 25 66 65
Binary 11000111 1110100 1000110 0 101010 1000001 10110 10101 110110 110101

Color Harmonies of #C77446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77446

Black with #C77446

Text Example


Text Example

White with #C77446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77446; }

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

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

background-color css

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

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

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

border-color css

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

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

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