Html Css Color HEX #C9704D Red Damask

📋 copy color: '#C9704D'

red 201 ◦ green 112 ◦ blue 77

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

Shades of Red Damask #C9704D

Tints of Red Damask #C9704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

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

R = 51.54%
G = 28.72%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9704D (or 0xC9704D) is known color: Red Damask. HEX triplet: C9, 70 and 4D. RGB value is (201,112,77). Sum of RGB (Red+Green+Blue) = 201+112+77=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9704D is #368FB2. Grayscale: #868686. Windows color (decimal): -3575731 or 5075145. OLE color: 5075145.

HSL color Cylindrical-coordinate representation of color #C9704D: hue angle of 16.94º 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 #C9704D is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 112 77 -
CMYK 0 0.44 0.62 0.21
HSL 16.94º 0.53% 0.55% -
HSV(B) 16.94º 0.62% 0.79% -
XYZ 31.22 24.54 10.11 -
YUV 134.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 201 112 77 0 0.44 0.62 0.21 16.94 0.53 0.55
Hex C9 70 4D 0 2C 3E 15 11 35 37
Octal 311 160 115 0 54 76 25 21 65 67
Binary 11001001 1110000 1001101 0 101100 111110 10101 10001 110101 110111

Color Harmonies of #C9704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9704D

Black with #C9704D

Text Example


Text Example

White with #C9704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9704D; }

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

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

background-color css

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

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

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

border-color css

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

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

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