Html Css Color HEX #C9744D Red Damask

📋 copy color: '#C9744D'

red 201 ◦ green 116 ◦ blue 77

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

Shades of Red Damask #C9744D

Tints of Red Damask #C9744D

RGB

 RED value IS 201 (78.91% from 255) = 51.02%

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

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 51.02%
G = 29.44%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9744D (or 0xC9744D) is known color: Red Damask. HEX triplet: C9, 74 and 4D. RGB value is (201,116,77). Sum of RGB (Red+Green+Blue) = 201+116+77=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9744D is #368BB2. Grayscale: #898989. Windows color (decimal): -3574707 or 5076169. OLE color: 5076169.

HSL color Cylindrical-coordinate representation of color #C9744D: hue angle of 18.87º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9744D is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 116 77 -
CMYK 0 0.42 0.62 0.21
HSL 18.87º 0.53% 0.55% -
HSV(B) 18.87º 0.62% 0.79% -
XYZ 31.67 25.44 10.26 -
YUV 136.97 94.16 173.67 -
System Red Green Blue C M Y K H S L
Decimal 201 116 77 0 0.42 0.62 0.21 18.87 0.53 0.55
Hex C9 74 4D 0 2A 3E 15 13 35 37
Octal 311 164 115 0 52 76 25 23 65 67
Binary 11001001 1110100 1001101 0 101010 111110 10101 10011 110101 110111

Color Harmonies of #C9744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9744D

Black with #C9744D

Text Example


Text Example

White with #C9744D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9744D; }

 p { color: rgb(201,116,77); }

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

background-color css

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

 a { background-color: rgb(201,116,77); }

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

border-color css

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

 span { border-color: rgb(201,116,77); }

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