Shades of Cashmere #CBAF9B
Tints of Cashmere #CBAF9B
RGB
CMYK
RGB Variations
Color information
#CBAF9B (or 0xCBAF9B) is known color: Cashmere. HEX triplet: CB, AF and 9B. RGB value is (203,175,155). Sum of RGB (Red+Green+Blue) = 203+175+155=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF9B is #345064. Grayscale: #B5B5B5. Windows color (decimal): -3428453 or 10203083. OLE color: 10203083.
HSL color Cylindrical-coordinate representation of color #CBAF9B: hue angle of 25º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBAF9B is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 155 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.20 |
| HSL | 25º | 0.32% | 0.7% | - |
| HSV(B) | 25º | 0.24% | 0.8% | - |
| XYZ | 45.87 | 45.72 | 37.42 | - |
| YUV | 181.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 155 | 0 | 0.14 | 0.24 | 0.20 | 25 | 0.32 | 0.7 |
| Hex | CB | AF | 9B | 0 | E | 18 | 14 | 19 | 20 | 46 |
| Octal | 313 | 257 | 233 | 0 | 16 | 30 | 24 | 31 | 40 | 106 |
| Binary | 11001011 | 10101111 | 10011011 | 0 | 1110 | 11000 | 10100 | 11001 | 100000 | 1000110 |
Color Harmonies of #CBAF9B
Complementary color
Monochromatic Colors of #CBAF9B
Black with #CBAF9B
Text Example
Text Example
White with #CBAF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF9B; }
p { color: rgb(203,175,155); }
H1.HeaderClassName
{
color: #CBAF9B;
}
.AnyTagClassName
{
color: #CBAF9B;
}
</style>
background-color css
<style>
a { background-color: #CBAF9B; }
a { background-color: rgb(203,175,155); }
div.DivClassName
{
background-color: #CBAF9B;
}
.BgClassName
{
background-color: #CBAF9B;
}
</style>
border-color css
<style>
span { border-color: #CBAF9B; }
span { border-color: rgb(203,175,155); }
td.TdClassName
{
border-color: #CBAF9B;
}
.TagClassName
{
border-color: #CBAF9B;
}
</style>