Html Css Color HEX #C9704E Red Damask

📋 copy color: '#C9704E'

red 201 ◦ green 112 ◦ blue 78

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

Shades of Red Damask #C9704E

Tints of Red Damask #C9704E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.95%

R = 51.41%
G = 28.64%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9704E (or 0xC9704E) is known color: Red Damask. HEX triplet: C9, 70 and 4E. RGB value is (201,112,78). Sum of RGB (Red+Green+Blue) = 201+112+78=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9704E is #368FB1. Grayscale: #868686. Windows color (decimal): -3575730 or 5140681. OLE color: 5140681.

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

Color convert

RGB 201 112 78 -
CMYK 0 0.44 0.61 0.21
HSL 16.59º 0.53% 0.55% -
HSV(B) 16.59º 0.61% 0.79% -
XYZ 31.26 24.56 10.3 -
YUV 134.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 201 112 78 0 0.44 0.61 0.21 16.59 0.53 0.55
Hex C9 70 4E 0 2C 3D 15 11 35 37
Octal 311 160 116 0 54 75 25 21 65 67
Binary 11001001 1110000 1001110 0 101100 111101 10101 10001 110101 110111

Color Harmonies of #C9704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9704E

Black with #C9704E

Text Example


Text Example

White with #C9704E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9704E; }

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

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

background-color css

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

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

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

border-color css

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

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

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