Shades of Cashmere #C8AD95
Tints of Cashmere #C8AD95
RGB
CMYK
RGB Variations
Color information
#C8AD95 (or 0xC8AD95) is known color: Cashmere. HEX triplet: C8, AD and 95. RGB value is (200,173,149). Sum of RGB (Red+Green+Blue) = 200+173+149=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AD95 is #37526A. Grayscale: #B2B2B2. Windows color (decimal): -3625579 or 9809352. OLE color: 9809352.
HSL color Cylindrical-coordinate representation of color #C8AD95: hue angle of 28.24º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8AD95 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 149 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.22 |
| HSL | 28.24º | 0.32% | 0.68% | - |
| HSV(B) | 28.24º | 0.26% | 0.78% | - |
| XYZ | 44.19 | 44.34 | 34.66 | - |
| YUV | 178.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 149 | 0 | 0.14 | 0.26 | 0.22 | 28.24 | 0.32 | 0.68 |
| Hex | C8 | AD | 95 | 0 | E | 1A | 16 | 1C | 20 | 44 |
| Octal | 310 | 255 | 225 | 0 | 16 | 32 | 26 | 34 | 40 | 104 |
| Binary | 11001000 | 10101101 | 10010101 | 0 | 1110 | 11010 | 10110 | 11100 | 100000 | 1000100 |
Color Harmonies of #C8AD95
Complementary color
Monochromatic Colors of #C8AD95
Black with #C8AD95
Text Example
Text Example
White with #C8AD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD95; }
p { color: rgb(200,173,149); }
H1.HeaderClassName
{
color: #C8AD95;
}
.AnyTagClassName
{
color: #C8AD95;
}
</style>
background-color css
<style>
a { background-color: #C8AD95; }
a { background-color: rgb(200,173,149); }
div.DivClassName
{
background-color: #C8AD95;
}
.BgClassName
{
background-color: #C8AD95;
}
</style>
border-color css
<style>
span { border-color: #C8AD95; }
span { border-color: rgb(200,173,149); }
td.TdClassName
{
border-color: #C8AD95;
}
.TagClassName
{
border-color: #C8AD95;
}
</style>