#C8AC95

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

Shades of Cashmere #C8AC95

Tints of Cashmere #C8AC95

Color information

#C8AC95 (or 0xC8AC95) is unknown color: approx Cashmere. HEX triplet: C8, AC and 95. RGB value is (200,172,149). Sum of RGB (Red+Green+Blue) = 200+172+149=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AC95 is #37536A. Grayscale: #B1B1B1. Windows color (decimal): -3625835 or 9809096. OLE color: 9809096.

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

Color convert

RGB200172149-
CMYK00.140.260.22
HSL27.06º31.68%68.43%-
HSV(B)27.06º25.5%78.43%-
XYZ4443.9534.6-
YUV177.75111.78143.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=38.39%
G=33.01%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017214900.140.260.2227.0631.6868.43
HexC8AC950E1A161b2044
Octal31025422501632263340104
Binary110010001010110010010101011101101010110110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AC95; }

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

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

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

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

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

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

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

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