#C8AA97

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

Shades of Cashmere #C8AA97

Tints of Cashmere #C8AA97

Color information

#C8AA97 (or 0xC8AA97) is unknown color: approx Cashmere. HEX triplet: C8, AA and 97. RGB value is (200,170,151). Sum of RGB (Red+Green+Blue) = 200+170+151=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AA97 is #375568. Grayscale: #B0B0B0. Windows color (decimal): -3626345 or 9939656. OLE color: 9939656.

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

Color convert

RGB200170151-
CMYK00.150.240.22
HSL23.27º30.82%68.82%-
HSV(B)23.27º24.5%78.43%-
XYZ43.7843.2635.32-
YUV176.8113.44144.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 151 (59.38% from 255) = 28.98%
R=38.39%
G=32.63%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017015100.150.240.2223.2730.8268.82
HexC8AA970F1816171f45
Octal31025222701730262737105
Binary11001000101010101001011101111110001011010111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AA97; }

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

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

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

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

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

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

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

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