#C6AC95

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

Shades of Cashmere #C6AC95

Tints of Cashmere #C6AC95

Color information

#C6AC95 (or 0xC6AC95) is unknown color: approx Cashmere. HEX triplet: C6, AC and 95. RGB value is (198,172,149). Sum of RGB (Red+Green+Blue) = 198+172+149=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AC95 is #39536A. Grayscale: #B1B1B1. Windows color (decimal): -3756907 or 9809094. OLE color: 9809094.

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

Color convert

RGB198172149-
CMYK00.130.250.22
HSL28.16º30.06%68.04%-
HSV(B)28.16º24.75%77.65%-
XYZ43.4743.6834.57-
YUV177.15112.11142.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.15%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=38.15%
G=33.14%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817214900.130.250.2228.1630.0668.04
HexC6AC950D19161c1e44
Octal30625422501531263436104
Binary11000110101011001001010101101110011011011100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC95; }

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

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

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

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

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

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

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

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