Shades of Cashmere #C8AA92
Tints of Cashmere #C8AA92
RGB
CMYK
RGB Variations
Color information
#C8AA92 (or 0xC8AA92) is known color: Cashmere. HEX triplet: C8, AA and 92. RGB value is (200,170,146). Sum of RGB (Red+Green+Blue) = 200+170+146=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AA92 is #37556D. Grayscale: #B0B0B0. Windows color (decimal): -3626350 or 9611976. OLE color: 9611976.
HSL color Cylindrical-coordinate representation of color #C8AA92: hue angle of 26.67º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8AA92 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 146 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.22 |
| HSL | 26.67º | 0.33% | 0.68% | - |
| HSV(B) | 26.67º | 0.27% | 0.78% | - |
| XYZ | 43.38 | 43.1 | 33.23 | - |
| YUV | 176.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 146 | 0 | 0.15 | 0.27 | 0.22 | 26.67 | 0.33 | 0.68 |
| Hex | C8 | AA | 92 | 0 | F | 1B | 16 | 1B | 21 | 44 |
| Octal | 310 | 252 | 222 | 0 | 17 | 33 | 26 | 33 | 41 | 104 |
| Binary | 11001000 | 10101010 | 10010010 | 0 | 1111 | 11011 | 10110 | 11011 | 100001 | 1000100 |
Color Harmonies of #C8AA92
Complementary color
Monochromatic Colors of #C8AA92
Black with #C8AA92
Text Example
Text Example
White with #C8AA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA92; }
p { color: rgb(200,170,146); }
H1.HeaderClassName
{
color: #C8AA92;
}
.AnyTagClassName
{
color: #C8AA92;
}
</style>
background-color css
<style>
a { background-color: #C8AA92; }
a { background-color: rgb(200,170,146); }
div.DivClassName
{
background-color: #C8AA92;
}
.BgClassName
{
background-color: #C8AA92;
}
</style>
border-color css
<style>
span { border-color: #C8AA92; }
span { border-color: rgb(200,170,146); }
td.TdClassName
{
border-color: #C8AA92;
}
.TagClassName
{
border-color: #C8AA92;
}
</style>