Shades of Cashmere #C8AB92
Tints of Cashmere #C8AB92
RGB
CMYK
RGB Variations
Color information
#C8AB92 (or 0xC8AB92) is known color: Cashmere. HEX triplet: C8, AB and 92. RGB value is (200,171,146). Sum of RGB (Red+Green+Blue) = 200+171+146=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AB92 is #37546D. Grayscale: #B0B0B0. Windows color (decimal): -3626094 or 9612232. OLE color: 9612232.
HSL color Cylindrical-coordinate representation of color #C8AB92: hue angle of 27.78º 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 #C8AB92 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 146 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.22 |
| HSL | 27.78º | 0.33% | 0.68% | - |
| HSV(B) | 27.78º | 0.27% | 0.78% | - |
| XYZ | 43.57 | 43.48 | 33.29 | - |
| YUV | 176.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 146 | 0 | 0.14 | 0.27 | 0.22 | 27.78 | 0.33 | 0.68 |
| Hex | C8 | AB | 92 | 0 | E | 1B | 16 | 1C | 21 | 44 |
| Octal | 310 | 253 | 222 | 0 | 16 | 33 | 26 | 34 | 41 | 104 |
| Binary | 11001000 | 10101011 | 10010010 | 0 | 1110 | 11011 | 10110 | 11100 | 100001 | 1000100 |
Color Harmonies of #C8AB92
Complementary color
Monochromatic Colors of #C8AB92
Black with #C8AB92
Text Example
Text Example
White with #C8AB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB92; }
p { color: rgb(200,171,146); }
H1.HeaderClassName
{
color: #C8AB92;
}
.AnyTagClassName
{
color: #C8AB92;
}
</style>
background-color css
<style>
a { background-color: #C8AB92; }
a { background-color: rgb(200,171,146); }
div.DivClassName
{
background-color: #C8AB92;
}
.BgClassName
{
background-color: #C8AB92;
}
</style>
border-color css
<style>
span { border-color: #C8AB92; }
span { border-color: rgb(200,171,146); }
td.TdClassName
{
border-color: #C8AB92;
}
.TagClassName
{
border-color: #C8AB92;
}
</style>