#C8AC99

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

Shades of Cashmere #C8AC99

Tints of Cashmere #C8AC99

Color information

#C8AC99 (or 0xC8AC99) is unknown color: approx Cashmere. HEX triplet: C8, AC and 99. RGB value is (200,172,153). Sum of RGB (Red+Green+Blue) = 200+172+153=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AC99 is #375366. Grayscale: #B2B2B2. Windows color (decimal): -3625831 or 10071240. OLE color: 10071240.

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

Color convert

RGB200172153-
CMYK00.140.240.22
HSL24.26º29.94%69.22%-
HSV(B)24.26º23.5%78.43%-
XYZ44.3244.0836.31-
YUV178.21113.78143.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.10%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 153 (60.16% from 255) = 29.14%
R=38.10%
G=32.76%
B=29.14%

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
Decimal20017215300.140.240.2224.2629.9469.22
HexC8AC990E1816181e45
Octal31025423101630263036105
Binary11001000101011001001100101110110001011011000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AC99; }

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

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

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

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

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

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

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

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