#C8A997

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

Shades of Cashmere #C8A997

Tints of Cashmere #C8A997

Color information

#C8A997 (or 0xC8A997) is unknown color: approx Cashmere. HEX triplet: C8, A9 and 97. RGB value is (200,169,151). Sum of RGB (Red+Green+Blue) = 200+169+151=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A997 is #375668. Grayscale: #B0B0B0. Windows color (decimal): -3626601 or 9939400. OLE color: 9939400.

HSL color Cylindrical-coordinate representation of color #C8A997: hue angle of 22.04º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8A997 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB200169151-
CMYK00.160.240.22
HSL22.04º30.82%68.82%-
HSV(B)22.04º24.5%78.43%-
XYZ43.5942.8935.26-
YUV176.22113.77144.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 169 (66.41% from 255) = 32.5%
BLUE value IS 151 (59.38% from 255) = 29.04%
R=38.46%
G=32.5%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016915100.160.240.2222.0430.8268.82
HexC8A9970101816161f45
Octal31025122702030262637105
Binary110010001010100110010111010000110001011010110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A997; }

 p { color: rgb(200,169,151); }

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

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

 a { background-color: rgb(200,169,151); }

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

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

 span { border-color: rgb(200,169,151); }

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