Shades of Cashmere #C8AD93
Tints of Cashmere #C8AD93
RGB
CMYK
RGB Variations
Color information
#C8AD93 (or 0xC8AD93) is known color: Cashmere. HEX triplet: C8, AD and 93. RGB value is (200,173,147). Sum of RGB (Red+Green+Blue) = 200+173+147=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AD93 is #37526C. Grayscale: #B2B2B2. Windows color (decimal): -3625581 or 9678280. OLE color: 9678280.
HSL color Cylindrical-coordinate representation of color #C8AD93: hue angle of 29.43º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8AD93 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 147 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.22 |
| HSL | 29.43º | 0.33% | 0.68% | - |
| HSV(B) | 29.43º | 0.27% | 0.78% | - |
| XYZ | 44.03 | 44.27 | 33.83 | - |
| YUV | 178.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 147 | 0 | 0.14 | 0.26 | 0.22 | 29.43 | 0.33 | 0.68 |
| Hex | C8 | AD | 93 | 0 | E | 1A | 16 | 1D | 21 | 44 |
| Octal | 310 | 255 | 223 | 0 | 16 | 32 | 26 | 35 | 41 | 104 |
| Binary | 11001000 | 10101101 | 10010011 | 0 | 1110 | 11010 | 10110 | 11101 | 100001 | 1000100 |
Color Harmonies of #C8AD93
Complementary color
Monochromatic Colors of #C8AD93
Black with #C8AD93
Text Example
Text Example
White with #C8AD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD93; }
p { color: rgb(200,173,147); }
H1.HeaderClassName
{
color: #C8AD93;
}
.AnyTagClassName
{
color: #C8AD93;
}
</style>
background-color css
<style>
a { background-color: #C8AD93; }
a { background-color: rgb(200,173,147); }
div.DivClassName
{
background-color: #C8AD93;
}
.BgClassName
{
background-color: #C8AD93;
}
</style>
border-color css
<style>
span { border-color: #C8AD93; }
span { border-color: rgb(200,173,147); }
td.TdClassName
{
border-color: #C8AD93;
}
.TagClassName
{
border-color: #C8AD93;
}
</style>