Shades of Cashmere #CBB198
Tints of Cashmere #CBB198
RGB
CMYK
RGB Variations
Color information
#CBB198 (or 0xCBB198) is known color: Cashmere. HEX triplet: CB, B1 and 98. RGB value is (203,177,152). Sum of RGB (Red+Green+Blue) = 203+177+152=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB198 is #344E67. Grayscale: #B6B6B6. Windows color (decimal): -3427944 or 10006987. OLE color: 10006987.
HSL color Cylindrical-coordinate representation of color #CBB198: hue angle of 29.41º degrees, saturation: 0.33, 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 #CBB198 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 152 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.20 |
| HSL | 29.41º | 0.33% | 0.7% | - |
| HSV(B) | 29.41º | 0.25% | 0.8% | - |
| XYZ | 46.02 | 46.41 | 36.24 | - |
| YUV | 181.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 152 | 0 | 0.13 | 0.25 | 0.20 | 29.41 | 0.33 | 0.7 |
| Hex | CB | B1 | 98 | 0 | D | 19 | 14 | 1D | 21 | 46 |
| Octal | 313 | 261 | 230 | 0 | 15 | 31 | 24 | 35 | 41 | 106 |
| Binary | 11001011 | 10110001 | 10011000 | 0 | 1101 | 11001 | 10100 | 11101 | 100001 | 1000110 |
Color Harmonies of #CBB198
Complementary color
Monochromatic Colors of #CBB198
Black with #CBB198
Text Example
Text Example
White with #CBB198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB198; }
p { color: rgb(203,177,152); }
H1.HeaderClassName
{
color: #CBB198;
}
.AnyTagClassName
{
color: #CBB198;
}
</style>
background-color css
<style>
a { background-color: #CBB198; }
a { background-color: rgb(203,177,152); }
div.DivClassName
{
background-color: #CBB198;
}
.BgClassName
{
background-color: #CBB198;
}
</style>
border-color css
<style>
span { border-color: #CBB198; }
span { border-color: rgb(203,177,152); }
td.TdClassName
{
border-color: #CBB198;
}
.TagClassName
{
border-color: #CBB198;
}
</style>