#C9A08F

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

Shades of Quicksand #C9A08F

Tints of Quicksand #C9A08F

Color information

#C9A08F (or 0xC9A08F) is unknown color: approx Quicksand. HEX triplet: C9, A0 and 8F. RGB value is (201,160,143). Sum of RGB (Red+Green+Blue) = 201+160+143=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A08F is #365F70. Grayscale: #AAAAAA. Windows color (decimal): -3563377 or 9412809. OLE color: 9412809.

HSL color Cylindrical-coordinate representation of color #C9A08F: hue angle of 17.59º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9A08F is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB201160143-
CMYK00.200.290.21
HSL17.59º34.94%67.45%-
HSV(B)17.59º28.86%78.82%-
XYZ41.6239.5431.43-
YUV170.32112.58149.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.88%
GREEN value IS 160 (62.89% from 255) = 31.75%
BLUE value IS 143 (56.25% from 255) = 28.37%
R=39.88%
G=31.75%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116014300.200.290.2117.5934.9467.45
HexC9A08F0141D15122343
Octal31124021702435252243103
Binary1100100110100000100011110101001110110101100101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A08F; }

 p { color: rgb(201,160,143); }

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

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

 a { background-color: rgb(201,160,143); }

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

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

 span { border-color: rgb(201,160,143); }

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