#C9A894

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

Shades of Cashmere #C9A894

Tints of Cashmere #C9A894

Color information

#C9A894 (or 0xC9A894) is unknown color: approx Cashmere. HEX triplet: C9, A8 and 94. RGB value is (201,168,148). Sum of RGB (Red+Green+Blue) = 201+168+148=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A894 is #36576B. Grayscale: #AFAFAF. Windows color (decimal): -3561324 or 9742537. OLE color: 9742537.

HSL color Cylindrical-coordinate representation of color #C9A894: hue angle of 22.64º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9A894 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB201168148-
CMYK00.160.260.21
HSL22.64º32.92%68.43%-
HSV(B)22.64º26.37%78.82%-
XYZ43.4442.5633.94-
YUV175.59112.43146.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.88%
GREEN value IS 168 (66.02% from 255) = 32.50%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=38.88%
G=32.50%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116814800.160.260.2122.6432.9268.43
HexC9A8940101A15172144
Octal31125022402032252741104
Binary1100100110101000100101000100001101010101101111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A894; }

 p { color: rgb(201,168,148); }

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

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

 a { background-color: rgb(201,168,148); }

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

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

 span { border-color: rgb(201,168,148); }

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