Shades of Cashmere #CBB097
Tints of Cashmere #CBB097
RGB
CMYK
RGB Variations
Color information
#CBB097 (or 0xCBB097) is known color: Cashmere. HEX triplet: CB, B0 and 97. RGB value is (203,176,151). Sum of RGB (Red+Green+Blue) = 203+176+151=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB097 is #344F68. Grayscale: #B5B5B5. Windows color (decimal): -3428201 or 9941195. OLE color: 9941195.
HSL color Cylindrical-coordinate representation of color #CBB097: hue angle of 28.85º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBB097 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 151 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.20 |
| HSL | 28.85º | 0.33% | 0.69% | - |
| HSV(B) | 28.85º | 0.26% | 0.8% | - |
| XYZ | 45.74 | 45.98 | 35.74 | - |
| YUV | 181.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 151 | 0 | 0.13 | 0.26 | 0.20 | 28.85 | 0.33 | 0.69 |
| Hex | CB | B0 | 97 | 0 | D | 1A | 14 | 1D | 21 | 45 |
| Octal | 313 | 260 | 227 | 0 | 15 | 32 | 24 | 35 | 41 | 105 |
| Binary | 11001011 | 10110000 | 10010111 | 0 | 1101 | 11010 | 10100 | 11101 | 100001 | 1000101 |
Color Harmonies of #CBB097
Complementary color
Monochromatic Colors of #CBB097
Black with #CBB097
Text Example
Text Example
White with #CBB097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB097; }
p { color: rgb(203,176,151); }
H1.HeaderClassName
{
color: #CBB097;
}
.AnyTagClassName
{
color: #CBB097;
}
</style>
background-color css
<style>
a { background-color: #CBB097; }
a { background-color: rgb(203,176,151); }
div.DivClassName
{
background-color: #CBB097;
}
.BgClassName
{
background-color: #CBB097;
}
</style>
border-color css
<style>
span { border-color: #CBB097; }
span { border-color: rgb(203,176,151); }
td.TdClassName
{
border-color: #CBB097;
}
.TagClassName
{
border-color: #CBB097;
}
</style>