#C8AA95

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

Shades of Cashmere #C8AA95

Tints of Cashmere #C8AA95

Color information

#C8AA95 (or 0xC8AA95) is unknown color: approx Cashmere. HEX triplet: C8, AA and 95. RGB value is (200,170,149). Sum of RGB (Red+Green+Blue) = 200+170+149=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AA95 is #37556A. Grayscale: #B0B0B0. Windows color (decimal): -3626347 or 9808584. OLE color: 9808584.

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

Color convert

RGB200170149-
CMYK00.150.260.22
HSL24.71º31.68%68.43%-
HSV(B)24.71º25.5%78.43%-
XYZ43.6243.234.47-
YUV176.58112.44144.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=38.54%
G=32.76%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017014900.150.260.2224.7131.6868.43
HexC8AA950F1A16192044
Octal31025222501732263140104
Binary110010001010101010010101011111101010110110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AA95; }

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

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

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

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

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

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

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

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