Shades of Cashmere #CCB29E
Tints of Cashmere #CCB29E
RGB
CMYK
RGB Variations
Color information
#CCB29E (or 0xCCB29E) is known color: Cashmere. HEX triplet: CC, B2 and 9E. RGB value is (204,178,158). Sum of RGB (Red+Green+Blue) = 204+178+158=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB29E is #334D61. Grayscale: #B7B7B7. Windows color (decimal): -3362146 or 10400460. OLE color: 10400460.
HSL color Cylindrical-coordinate representation of color #CCB29E: hue angle of 26.09º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB29E is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 158 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.2 |
| HSL | 26.09º | 0.31% | 0.71% | - |
| HSV(B) | 26.09º | 0.23% | 0.8% | - |
| XYZ | 46.99 | 47.15 | 38.97 | - |
| YUV | 183.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 158 | 0 | 0.13 | 0.23 | 0.2 | 26.09 | 0.31 | 0.71 |
| Hex | CC | B2 | 9E | 0 | D | 17 | 14 | 1A | 1F | 47 |
| Octal | 314 | 262 | 236 | 0 | 15 | 27 | 24 | 32 | 37 | 107 |
| Binary | 11001100 | 10110010 | 10011110 | 0 | 1101 | 10111 | 10100 | 11010 | 11111 | 1000111 |
Color Harmonies of #CCB29E
Complementary color
Monochromatic Colors of #CCB29E
Black with #CCB29E
Text Example
Text Example
White with #CCB29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB29E; }
p { color: rgb(204,178,158); }
H1.HeaderClassName
{
color: #CCB29E;
}
.AnyTagClassName
{
color: #CCB29E;
}
</style>
background-color css
<style>
a { background-color: #CCB29E; }
a { background-color: rgb(204,178,158); }
div.DivClassName
{
background-color: #CCB29E;
}
.BgClassName
{
background-color: #CCB29E;
}
</style>
border-color css
<style>
span { border-color: #CCB29E; }
span { border-color: rgb(204,178,158); }
td.TdClassName
{
border-color: #CCB29E;
}
.TagClassName
{
border-color: #CCB29E;
}
</style>