Shades of Cashmere #C6AD9A
Tints of Cashmere #C6AD9A
RGB
CMYK
RGB Variations
Color information
#C6AD9A (or 0xC6AD9A) is known color: Cashmere. HEX triplet: C6, AD and 9A. RGB value is (198,173,154). Sum of RGB (Red+Green+Blue) = 198+173+154=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AD9A is #395265. Grayscale: #B2B2B2. Windows color (decimal): -3756646 or 10137030. OLE color: 10137030.
HSL color Cylindrical-coordinate representation of color #C6AD9A: hue angle of 25.91º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6AD9A is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 173 | 154 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.22 |
| HSL | 25.91º | 0.28% | 0.69% | - |
| HSV(B) | 25.91º | 0.22% | 0.78% | - |
| XYZ | 44.07 | 44.23 | 36.79 | - |
| YUV | 178.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 154 | 0 | 0.13 | 0.22 | 0.22 | 25.91 | 0.28 | 0.69 |
| Hex | C6 | AD | 9A | 0 | D | 16 | 16 | 1A | 1C | 45 |
| Octal | 306 | 255 | 232 | 0 | 15 | 26 | 26 | 32 | 34 | 105 |
| Binary | 11000110 | 10101101 | 10011010 | 0 | 1101 | 10110 | 10110 | 11010 | 11100 | 1000101 |
Color Harmonies of #C6AD9A
Complementary color
Monochromatic Colors of #C6AD9A
Black with #C6AD9A
Text Example
Text Example
White with #C6AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AD9A; }
p { color: rgb(198,173,154); }
H1.HeaderClassName
{
color: #C6AD9A;
}
.AnyTagClassName
{
color: #C6AD9A;
}
</style>
background-color css
<style>
a { background-color: #C6AD9A; }
a { background-color: rgb(198,173,154); }
div.DivClassName
{
background-color: #C6AD9A;
}
.BgClassName
{
background-color: #C6AD9A;
}
</style>
border-color css
<style>
span { border-color: #C6AD9A; }
span { border-color: rgb(198,173,154); }
td.TdClassName
{
border-color: #C6AD9A;
}
.TagClassName
{
border-color: #C6AD9A;
}
</style>