Shades of Cashmere #CBB29E
Tints of Cashmere #CBB29E
RGB
CMYK
RGB Variations
Color information
#CBB29E (or 0xCBB29E) is known color: Cashmere. HEX triplet: CB, B2 and 9E. RGB value is (203,178,158). Sum of RGB (Red+Green+Blue) = 203+178+158=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB29E is #344D61. Grayscale: #B7B7B7. Windows color (decimal): -3427682 or 10400459. OLE color: 10400459.
HSL color Cylindrical-coordinate representation of color #CBB29E: hue angle of 26.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBB29E is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 158 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.20 |
| HSL | 26.67º | 0.3% | 0.71% | - |
| HSV(B) | 26.67º | 0.22% | 0.8% | - |
| XYZ | 46.72 | 47.01 | 38.96 | - |
| YUV | 183.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 158 | 0 | 0.12 | 0.22 | 0.20 | 26.67 | 0.3 | 0.71 |
| Hex | CB | B2 | 9E | 0 | C | 16 | 14 | 1B | 1E | 47 |
| Octal | 313 | 262 | 236 | 0 | 14 | 26 | 24 | 33 | 36 | 107 |
| Binary | 11001011 | 10110010 | 10011110 | 0 | 1100 | 10110 | 10100 | 11011 | 11110 | 1000111 |
Color Harmonies of #CBB29E
Complementary color
Monochromatic Colors of #CBB29E
Black with #CBB29E
Text Example
Text Example
White with #CBB29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB29E; }
p { color: rgb(203,178,158); }
H1.HeaderClassName
{
color: #CBB29E;
}
.AnyTagClassName
{
color: #CBB29E;
}
</style>
background-color css
<style>
a { background-color: #CBB29E; }
a { background-color: rgb(203,178,158); }
div.DivClassName
{
background-color: #CBB29E;
}
.BgClassName
{
background-color: #CBB29E;
}
</style>
border-color css
<style>
span { border-color: #CBB29E; }
span { border-color: rgb(203,178,158); }
td.TdClassName
{
border-color: #CBB29E;
}
.TagClassName
{
border-color: #CBB29E;
}
</style>