#C6AC96

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

Shades of Cashmere #C6AC96

Tints of Cashmere #C6AC96

Color information

#C6AC96 (or 0xC6AC96) is unknown color: approx Cashmere. HEX triplet: C6, AC and 96. RGB value is (198,172,150). Sum of RGB (Red+Green+Blue) = 198+172+150=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AC96 is #395369. Grayscale: #B1B1B1. Windows color (decimal): -3756906 or 9874630. OLE color: 9874630.

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

Color convert

RGB198172150-
CMYK00.130.240.22
HSL27.5º29.63%68.24%-
HSV(B)27.5º24.24%77.65%-
XYZ43.5543.7135-
YUV177.27112.61142.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.08%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 150 (58.98% from 255) = 28.85%
R=38.08%
G=33.08%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817215000.130.240.2227.529.6368.24
HexC6AC960D18161c1e44
Octal30625422601530263436104
Binary11000110101011001001011001101110001011011100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC96; }

 p { color: rgb(198,172,150); }

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

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

 a { background-color: rgb(198,172,150); }

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

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

 span { border-color: rgb(198,172,150); }

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