Html Css Color HEX #C7744A Red Damask

📋 copy color: '#C7744A'

red 199 ◦ green 116 ◦ blue 74

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

Shades of Red Damask #C7744A

Tints of Red Damask #C7744A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.02%

R = 51.16%
G = 29.82%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7744A (or 0xC7744A) is known color: Red Damask. HEX triplet: C7, 74 and 4A. RGB value is (199,116,74). Sum of RGB (Red+Green+Blue) = 199+116+74=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7744A is #388BB5. Grayscale: #888888. Windows color (decimal): -3705782 or 4879559. OLE color: 4879559.

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

Color convert

RGB 199 116 74 -
CMYK 0 0.42 0.63 0.22
HSL 20.16º 0.53% 0.54% -
HSV(B) 20.16º 0.63% 0.78% -
XYZ 31.03 25.13 9.69 -
YUV 136.03 93 172.92 -
System Red Green Blue C M Y K H S L
Decimal 199 116 74 0 0.42 0.63 0.22 20.16 0.53 0.54
Hex C7 74 4A 0 2A 3F 16 14 35 36
Octal 307 164 112 0 52 77 26 24 65 66
Binary 11000111 1110100 1001010 0 101010 111111 10110 10100 110101 110110

Color Harmonies of #C7744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7744A

Black with #C7744A

Text Example


Text Example

White with #C7744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7744A; }

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

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

background-color css

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

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

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

border-color css

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

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

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