Shades of Cashmere #C8AF9B
Tints of Cashmere #C8AF9B
RGB
CMYK
RGB Variations
Color information
#C8AF9B (or 0xC8AF9B) is known color: Cashmere. HEX triplet: C8, AF and 9B. RGB value is (200,175,155). Sum of RGB (Red+Green+Blue) = 200+175+155=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF9B is #375064. Grayscale: #B4B4B4. Windows color (decimal): -3625061 or 10203080. OLE color: 10203080.
HSL color Cylindrical-coordinate representation of color #C8AF9B: hue angle of 26.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8AF9B is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 155 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.22 |
| HSL | 26.67º | 0.29% | 0.7% | - |
| HSV(B) | 26.67º | 0.23% | 0.78% | - |
| XYZ | 45.07 | 45.31 | 37.38 | - |
| YUV | 180.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 155 | 0 | 0.12 | 0.22 | 0.22 | 26.67 | 0.29 | 0.7 |
| Hex | C8 | AF | 9B | 0 | C | 16 | 16 | 1B | 1D | 46 |
| Octal | 310 | 257 | 233 | 0 | 14 | 26 | 26 | 33 | 35 | 106 |
| Binary | 11001000 | 10101111 | 10011011 | 0 | 1100 | 10110 | 10110 | 11011 | 11101 | 1000110 |
Color Harmonies of #C8AF9B
Complementary color
Monochromatic Colors of #C8AF9B
Black with #C8AF9B
Text Example
Text Example
White with #C8AF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF9B; }
p { color: rgb(200,175,155); }
H1.HeaderClassName
{
color: #C8AF9B;
}
.AnyTagClassName
{
color: #C8AF9B;
}
</style>
background-color css
<style>
a { background-color: #C8AF9B; }
a { background-color: rgb(200,175,155); }
div.DivClassName
{
background-color: #C8AF9B;
}
.BgClassName
{
background-color: #C8AF9B;
}
</style>
border-color css
<style>
span { border-color: #C8AF9B; }
span { border-color: rgb(200,175,155); }
td.TdClassName
{
border-color: #C8AF9B;
}
.TagClassName
{
border-color: #C8AF9B;
}
</style>