#C6AA93

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

Shades of Cashmere #C6AA93

Tints of Cashmere #C6AA93

Color information

#C6AA93 (or 0xC6AA93) is unknown color: approx Cashmere. HEX triplet: C6, AA and 93. RGB value is (198,170,147). Sum of RGB (Red+Green+Blue) = 198+170+147=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AA93 is #39556C. Grayscale: #AFAFAF. Windows color (decimal): -3757421 or 9677510. OLE color: 9677510.

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

Color convert

RGB198170147-
CMYK00.140.260.22
HSL27.06º30.91%67.65%-
HSV(B)27.06º25.76%77.65%-
XYZ42.9342.8633.61-
YUV175.75111.78143.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=38.45%
G=33.01%
B=28.54%

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
Decimal19817014700.140.260.2227.0630.9167.65
HexC6AA930E1A161b1f44
Octal30625222301632263337104
Binary11000110101010101001001101110110101011011011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AA93; }

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

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

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

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

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

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

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

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