Shades of Cashmere #C6AD99
Tints of Cashmere #C6AD99
RGB
CMYK
RGB Variations
Color information
#C6AD99 (or 0xC6AD99) is known color: Cashmere. HEX triplet: C6, AD and 99. RGB value is (198,173,153). Sum of RGB (Red+Green+Blue) = 198+173+153=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AD99 is #395266. Grayscale: #B2B2B2. Windows color (decimal): -3756647 or 10071494. OLE color: 10071494.
HSL color Cylindrical-coordinate representation of color #C6AD99: hue angle of 26.67º 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 #C6AD99 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 173 | 153 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.22 |
| HSL | 26.67º | 0.28% | 0.69% | - |
| HSV(B) | 26.67º | 0.23% | 0.78% | - |
| XYZ | 43.98 | 44.19 | 36.35 | - |
| YUV | 178.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 153 | 0 | 0.13 | 0.23 | 0.22 | 26.67 | 0.28 | 0.69 |
| Hex | C6 | AD | 99 | 0 | D | 17 | 16 | 1B | 1C | 45 |
| Octal | 306 | 255 | 231 | 0 | 15 | 27 | 26 | 33 | 34 | 105 |
| Binary | 11000110 | 10101101 | 10011001 | 0 | 1101 | 10111 | 10110 | 11011 | 11100 | 1000101 |
Color Harmonies of #C6AD99
Complementary color
Monochromatic Colors of #C6AD99
Black with #C6AD99
Text Example
Text Example
White with #C6AD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AD99; }
p { color: rgb(198,173,153); }
H1.HeaderClassName
{
color: #C6AD99;
}
.AnyTagClassName
{
color: #C6AD99;
}
</style>
background-color css
<style>
a { background-color: #C6AD99; }
a { background-color: rgb(198,173,153); }
div.DivClassName
{
background-color: #C6AD99;
}
.BgClassName
{
background-color: #C6AD99;
}
</style>
border-color css
<style>
span { border-color: #C6AD99; }
span { border-color: rgb(198,173,153); }
td.TdClassName
{
border-color: #C6AD99;
}
.TagClassName
{
border-color: #C6AD99;
}
</style>