#C9AB95

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

Shades of Cashmere #C9AB95

Tints of Cashmere #C9AB95

Color information

#C9AB95 (or 0xC9AB95) is unknown color: approx Cashmere. HEX triplet: C9, AB and 95. RGB value is (201,171,149). Sum of RGB (Red+Green+Blue) = 201+171+149=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AB95 is #36546A. Grayscale: #B1B1B1. Windows color (decimal): -3560555 or 9808841. OLE color: 9808841.

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

Color convert

RGB201171149-
CMYK00.150.260.21
HSL25.38º32.5%68.63%-
HSV(B)25.38º25.87%78.82%-
XYZ44.0843.7134.55-
YUV177.46111.94144.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.58%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=38.58%
G=32.82%
B=28.60%

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
Decimal20117114900.150.260.2125.3832.568.63
HexC9AB950F1A15192045
Octal31125322501732253140105
Binary110010011010101110010101011111101010101110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AB95; }

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

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

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

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

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

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

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

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