#C9684A

Color #C9684A Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C9684A

Tints of Red Damask #C9684A

Color information

#C9684A (or 0xC9684A) is unknown color: approx Red Damask. HEX triplet: C9, 68 and 4A. RGB value is (201,104,74). Sum of RGB (Red+Green+Blue) = 201+104+74=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9684A is #3697B5. Grayscale: #818181. Windows color (decimal): -3577782 or 4876489. OLE color: 4876489.

HSL color Cylindrical-coordinate representation of color #C9684A: hue angle of 14.17º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9684A is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20110474-
CMYK00.480.630.21
HSL14.17º54.04%53.92%-
HSV(B)14.17º63.18%78.82%-
XYZ30.2722.819.29-
YUV129.5896.64178.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.03%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 74 (29.30% from 255) = 19.53%
R=53.03%
G=27.44%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011047400.480.630.2114.1754.0453.92
HexC9684A0303F15e3636
Octal3111501120607725166666
Binary11001001110100010010100110000111111101011110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9684A; }

 p { color: rgb(201,104,74); }

 H1.HeaderClassName
 {
   color: #C9684A;
 }
 .AnyTagClassName
 {
   color: #C9684A;
 }
</style>
background-color css

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

 a { background-color: rgb(201,104,74); }

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

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

 span { border-color: rgb(201,104,74); }

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