Html Css Color HEX #C9704F Red Damask

📋 copy color: '#C9704F'

red 201 ◦ green 112 ◦ blue 79

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

Shades of Red Damask #C9704F

Tints of Red Damask #C9704F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.15%

R = 51.28%
G = 28.57%
B = 20.15%

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

#C9704F (or 0xC9704F) is known color: Red Damask. HEX triplet: C9, 70 and 4F. RGB value is (201,112,79). Sum of RGB (Red+Green+Blue) = 201+112+79=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9704F is #368FB0. Grayscale: #878787. Windows color (decimal): -3575729 or 5206217. OLE color: 5206217.

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

Color convert

RGB 201 112 79 -
CMYK 0 0.44 0.61 0.21
HSL 16.23º 0.53% 0.55% -
HSV(B) 16.23º 0.61% 0.79% -
XYZ 31.29 24.57 10.49 -
YUV 134.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 201 112 79 0 0.44 0.61 0.21 16.23 0.53 0.55
Hex C9 70 4F 0 2C 3D 15 10 35 37
Octal 311 160 117 0 54 75 25 20 65 67
Binary 11001001 1110000 1001111 0 101100 111101 10101 10000 110101 110111

Color Harmonies of #C9704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9704F

Black with #C9704F

Text Example


Text Example

White with #C9704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9704F; }

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

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

background-color css

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

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

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

border-color css

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

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

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