#C6AC99

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

Shades of Cashmere #C6AC99

Tints of Cashmere #C6AC99

Color information

#C6AC99 (or 0xC6AC99) is unknown color: approx Cashmere. HEX triplet: C6, AC and 99. RGB value is (198,172,153). Sum of RGB (Red+Green+Blue) = 198+172+153=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AC99 is #395366. Grayscale: #B1B1B1. Windows color (decimal): -3756903 or 10071238. OLE color: 10071238.

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

Color convert

RGB198172153-
CMYK00.130.230.22
HSL25.33º28.3%68.82%-
HSV(B)25.33º22.73%77.65%-
XYZ43.7943.8136.29-
YUV177.61114.11142.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.86%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 153 (60.16% from 255) = 29.25%
R=37.86%
G=32.89%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817215300.130.230.2225.3328.368.82
HexC6AC990D1716191c45
Octal30625423101527263134105
Binary11000110101011001001100101101101111011011001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC99; }

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

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

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

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

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

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

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

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