Shades of Cashmere #C8AF9D
Tints of Cashmere #C8AF9D
RGB
CMYK
RGB Variations
Color information
#C8AF9D (or 0xC8AF9D) is known color: Cashmere. HEX triplet: C8, AF and 9D. RGB value is (200,175,157). Sum of RGB (Red+Green+Blue) = 200+175+157=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF9D is #375062. Grayscale: #B4B4B4. Windows color (decimal): -3625059 or 10334152. OLE color: 10334152.
HSL color Cylindrical-coordinate representation of color #C8AF9D: hue angle of 25.12º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8AF9D is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 157 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.22 |
| HSL | 25.12º | 0.28% | 0.7% | - |
| HSV(B) | 25.12º | 0.22% | 0.78% | - |
| XYZ | 45.24 | 45.37 | 38.27 | - |
| YUV | 180.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 157 | 0 | 0.12 | 0.22 | 0.22 | 25.12 | 0.28 | 0.7 |
| Hex | C8 | AF | 9D | 0 | C | 16 | 16 | 19 | 1C | 46 |
| Octal | 310 | 257 | 235 | 0 | 14 | 26 | 26 | 31 | 34 | 106 |
| Binary | 11001000 | 10101111 | 10011101 | 0 | 1100 | 10110 | 10110 | 11001 | 11100 | 1000110 |
Color Harmonies of #C8AF9D
Complementary color
Monochromatic Colors of #C8AF9D
Black with #C8AF9D
Text Example
Text Example
White with #C8AF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF9D; }
p { color: rgb(200,175,157); }
H1.HeaderClassName
{
color: #C8AF9D;
}
.AnyTagClassName
{
color: #C8AF9D;
}
</style>
background-color css
<style>
a { background-color: #C8AF9D; }
a { background-color: rgb(200,175,157); }
div.DivClassName
{
background-color: #C8AF9D;
}
.BgClassName
{
background-color: #C8AF9D;
}
</style>
border-color css
<style>
span { border-color: #C8AF9D; }
span { border-color: rgb(200,175,157); }
td.TdClassName
{
border-color: #C8AF9D;
}
.TagClassName
{
border-color: #C8AF9D;
}
</style>