#C8AB95

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

Shades of Cashmere #C8AB95

Tints of Cashmere #C8AB95

Color information

#C8AB95 (or 0xC8AB95) is unknown color: approx Cashmere. HEX triplet: C8, AB and 95. RGB value is (200,171,149). Sum of RGB (Red+Green+Blue) = 200+171+149=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AB95 is #37546A. Grayscale: #B1B1B1. Windows color (decimal): -3626091 or 9808840. OLE color: 9808840.

HSL color Cylindrical-coordinate representation of color #C8AB95: hue angle of 25.88º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8AB95 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB200171149-
CMYK00.140.260.22
HSL25.88º31.68%68.43%-
HSV(B)25.88º25.5%78.43%-
XYZ43.8143.5834.54-
YUV177.16112.11144.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=38.46%
G=32.88%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017114900.140.260.2225.8831.6868.43
HexC8AB950E1A161a2044
Octal31025322501632263240104
Binary110010001010101110010101011101101010110110101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AB95; }

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

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

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

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

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

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

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

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