#C9AB94

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

Shades of Cashmere #C9AB94

Tints of Cashmere #C9AB94

Color information

#C9AB94 (or 0xC9AB94) is unknown color: approx Cashmere. HEX triplet: C9, AB and 94. RGB value is (201,171,148). Sum of RGB (Red+Green+Blue) = 201+171+148=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AB94 is #36546B. Grayscale: #B1B1B1. Windows color (decimal): -3560556 or 9743305. OLE color: 9743305.

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

Color convert

RGB201171148-
CMYK00.150.260.21
HSL26.04º32.92%68.43%-
HSV(B)26.04º26.37%78.82%-
XYZ4443.6834.13-
YUV177.35111.44144.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=38.65%
G=32.88%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117114800.150.260.2126.0432.9268.43
HexC9AB940F1A151a2144
Octal31125322401732253241104
Binary110010011010101110010100011111101010101110101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AB94; }

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

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

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

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

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

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

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

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