Shades of Cashmere #C8B1A3
Tints of Cashmere #C8B1A3
RGB
CMYK
RGB Variations
Color information
#C8B1A3 (or 0xC8B1A3) is known color: Cashmere. HEX triplet: C8, B1 and A3. RGB value is (200,177,163). Sum of RGB (Red+Green+Blue) = 200+177+163=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 163 (64.06% from 255 or 30.19% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B1A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B1A3 is #374E5C. Grayscale: #B6B6B6. Windows color (decimal): -3624541 or 10727880. OLE color: 10727880.
HSL color Cylindrical-coordinate representation of color #C8B1A3: hue angle of 22.7º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8B1A3 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 163 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.22 |
| HSL | 22.7º | 0.25% | 0.71% | - |
| HSV(B) | 22.7º | 0.19% | 0.78% | - |
| XYZ | 46.15 | 46.37 | 41.17 | - |
| YUV | 182.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 163 | 0 | 0.12 | 0.18 | 0.22 | 22.7 | 0.25 | 0.71 |
| Hex | C8 | B1 | A3 | 0 | C | 12 | 16 | 17 | 19 | 47 |
| Octal | 310 | 261 | 243 | 0 | 14 | 22 | 26 | 27 | 31 | 107 |
| Binary | 11001000 | 10110001 | 10100011 | 0 | 1100 | 10010 | 10110 | 10111 | 11001 | 1000111 |
Color Harmonies of #C8B1A3
Complementary color
Monochromatic Colors of #C8B1A3
Black with #C8B1A3
Text Example
Text Example
White with #C8B1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B1A3; }
p { color: rgb(200,177,163); }
H1.HeaderClassName
{
color: #C8B1A3;
}
.AnyTagClassName
{
color: #C8B1A3;
}
</style>
background-color css
<style>
a { background-color: #C8B1A3; }
a { background-color: rgb(200,177,163); }
div.DivClassName
{
background-color: #C8B1A3;
}
.BgClassName
{
background-color: #C8B1A3;
}
</style>
border-color css
<style>
span { border-color: #C8B1A3; }
span { border-color: rgb(200,177,163); }
td.TdClassName
{
border-color: #C8B1A3;
}
.TagClassName
{
border-color: #C8B1A3;
}
</style>