#C6A995

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

Shades of Cashmere #C6A995

Tints of Cashmere #C6A995

Color information

#C6A995 (or 0xC6A995) is unknown color: approx Cashmere. HEX triplet: C6, A9 and 95. RGB value is (198,169,149). Sum of RGB (Red+Green+Blue) = 198+169+149=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A995 is #39566A. Grayscale: #AFAFAF. Windows color (decimal): -3757675 or 9808326. OLE color: 9808326.

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

Color convert

RGB198169149-
CMYK00.150.250.22
HSL24.49º30.06%68.04%-
HSV(B)24.49º24.75%77.65%-
XYZ42.942.5534.39-
YUV175.39113.11144.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.37%
GREEN value IS 169 (66.41% from 255) = 32.75%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=38.37%
G=32.75%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816914900.150.250.2224.4930.0668.04
HexC6A9950F1916181e44
Octal30625122501731263036104
Binary11000110101010011001010101111110011011011000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A995; }

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

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

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

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

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

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

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

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