#C8AC9C

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

Shades of Cashmere #C8AC9C

Tints of Cashmere #C8AC9C

Color information

#C8AC9C (or 0xC8AC9C) is unknown color: approx Cashmere. HEX triplet: C8, AC and 9C. RGB value is (200,172,156). Sum of RGB (Red+Green+Blue) = 200+172+156=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AC9C is #375363. Grayscale: #B2B2B2. Windows color (decimal): -3625828 or 10267848. OLE color: 10267848.

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

Color convert

RGB200172156-
CMYK00.140.220.22
HSL21.82º28.57%69.8%-
HSV(B)21.82º22%78.43%-
XYZ44.5744.1837.63-
YUV178.55115.28143.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.88%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 156 (61.33% from 255) = 29.55%
R=37.88%
G=32.58%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017215600.140.220.2221.8228.5769.8
HexC8AC9C0E1616161d46
Octal31025423401626262635106
Binary11001000101011001001110001110101101011010110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AC9C; }

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

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

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

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

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

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

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

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