Shades of Cashmere #CBAC92
Tints of Cashmere #CBAC92
RGB
CMYK
RGB Variations
Color information
#CBAC92 (or 0xCBAC92) is known color: Cashmere. HEX triplet: CB, AC and 92. RGB value is (203,172,146). Sum of RGB (Red+Green+Blue) = 203+172+146=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAC92 is #34536D. Grayscale: #B2B2B2. Windows color (decimal): -3429230 or 9612491. OLE color: 9612491.
HSL color Cylindrical-coordinate representation of color #CBAC92: hue angle of 27.37º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBAC92 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 146 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.20 |
| HSL | 27.37º | 0.35% | 0.68% | - |
| HSV(B) | 27.37º | 0.28% | 0.8% | - |
| XYZ | 44.57 | 44.28 | 33.39 | - |
| YUV | 178.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 146 | 0 | 0.15 | 0.28 | 0.20 | 27.37 | 0.35 | 0.68 |
| Hex | CB | AC | 92 | 0 | F | 1C | 14 | 1B | 23 | 44 |
| Octal | 313 | 254 | 222 | 0 | 17 | 34 | 24 | 33 | 43 | 104 |
| Binary | 11001011 | 10101100 | 10010010 | 0 | 1111 | 11100 | 10100 | 11011 | 100011 | 1000100 |
Color Harmonies of #CBAC92
Complementary color
Monochromatic Colors of #CBAC92
Black with #CBAC92
Text Example
Text Example
White with #CBAC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAC92; }
p { color: rgb(203,172,146); }
H1.HeaderClassName
{
color: #CBAC92;
}
.AnyTagClassName
{
color: #CBAC92;
}
</style>
background-color css
<style>
a { background-color: #CBAC92; }
a { background-color: rgb(203,172,146); }
div.DivClassName
{
background-color: #CBAC92;
}
.BgClassName
{
background-color: #CBAC92;
}
</style>
border-color css
<style>
span { border-color: #CBAC92; }
span { border-color: rgb(203,172,146); }
td.TdClassName
{
border-color: #CBAC92;
}
.TagClassName
{
border-color: #CBAC92;
}
</style>