#C8AC97

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

Shades of Cashmere #C8AC97

Tints of Cashmere #C8AC97

Color information

#C8AC97 (or 0xC8AC97) is unknown color: approx Cashmere. HEX triplet: C8, AC and 97. RGB value is (200,172,151). Sum of RGB (Red+Green+Blue) = 200+172+151=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AC97 is #375368. Grayscale: #B2B2B2. Windows color (decimal): -3625833 or 9940168. OLE color: 9940168.

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

Color convert

RGB200172151-
CMYK00.140.240.22
HSL25.71º30.82%68.82%-
HSV(B)25.71º24.5%78.43%-
XYZ44.1644.0235.45-
YUV177.98112.78143.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.24%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=38.24%
G=32.89%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017215100.140.240.2225.7130.8268.82
HexC8AC970E18161a1f45
Octal31025422701630263237105
Binary11001000101011001001011101110110001011011010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AC97; }

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

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

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

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

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

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

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

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