#C6AA95

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

Shades of Cashmere #C6AA95

Tints of Cashmere #C6AA95

Color information

#C6AA95 (or 0xC6AA95) is unknown color: approx Cashmere. HEX triplet: C6, AA and 95. RGB value is (198,170,149). Sum of RGB (Red+Green+Blue) = 198+170+149=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AA95 is #39556A. Grayscale: #B0B0B0. Windows color (decimal): -3757419 or 9808582. OLE color: 9808582.

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

Color convert

RGB198170149-
CMYK00.140.250.22
HSL25.71º30.06%68.04%-
HSV(B)25.71º24.75%77.65%-
XYZ43.0942.9334.45-
YUV175.98112.78143.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.30%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=38.30%
G=32.88%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817014900.140.250.2225.7130.0668.04
HexC6AA950E19161a1e44
Octal30625222501631263236104
Binary11000110101010101001010101110110011011011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AA95; }

 p { color: rgb(198,170,149); }

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

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

 a { background-color: rgb(198,170,149); }

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

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

 span { border-color: rgb(198,170,149); }

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