Shades of Cashmere #CBAC99
Tints of Cashmere #CBAC99
RGB
CMYK
RGB Variations
Color information
#CBAC99 (or 0xCBAC99) is known color: Cashmere. HEX triplet: CB, AC and 99. RGB value is (203,172,153). Sum of RGB (Red+Green+Blue) = 203+172+153=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAC99 is #345366. Grayscale: #B3B3B3. Windows color (decimal): -3429223 or 10071243. OLE color: 10071243.
HSL color Cylindrical-coordinate representation of color #CBAC99: hue angle of 22.8º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBAC99 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 153 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.20 |
| HSL | 22.8º | 0.32% | 0.7% | - |
| HSV(B) | 22.8º | 0.25% | 0.8% | - |
| XYZ | 45.13 | 44.5 | 36.35 | - |
| YUV | 179.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 153 | 0 | 0.15 | 0.25 | 0.20 | 22.8 | 0.32 | 0.7 |
| Hex | CB | AC | 99 | 0 | F | 19 | 14 | 17 | 20 | 46 |
| Octal | 313 | 254 | 231 | 0 | 17 | 31 | 24 | 27 | 40 | 106 |
| Binary | 11001011 | 10101100 | 10011001 | 0 | 1111 | 11001 | 10100 | 10111 | 100000 | 1000110 |
Color Harmonies of #CBAC99
Complementary color
Monochromatic Colors of #CBAC99
Black with #CBAC99
Text Example
Text Example
White with #CBAC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAC99; }
p { color: rgb(203,172,153); }
H1.HeaderClassName
{
color: #CBAC99;
}
.AnyTagClassName
{
color: #CBAC99;
}
</style>
background-color css
<style>
a { background-color: #CBAC99; }
a { background-color: rgb(203,172,153); }
div.DivClassName
{
background-color: #CBAC99;
}
.BgClassName
{
background-color: #CBAC99;
}
</style>
border-color css
<style>
span { border-color: #CBAC99; }
span { border-color: rgb(203,172,153); }
td.TdClassName
{
border-color: #CBAC99;
}
.TagClassName
{
border-color: #CBAC99;
}
</style>