Shades of Cashmere #CCB09E
Tints of Cashmere #CCB09E
RGB
CMYK
RGB Variations
Color information
#CCB09E (or 0xCCB09E) is known color: Cashmere. HEX triplet: CC, B0 and 9E. RGB value is (204,176,158). Sum of RGB (Red+Green+Blue) = 204+176+158=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB09E is #334F61. Grayscale: #B6B6B6. Windows color (decimal): -3362658 or 10399948. OLE color: 10399948.
HSL color Cylindrical-coordinate representation of color #CCB09E: hue angle of 23.48º 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 #CCB09E is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 158 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.2 |
| HSL | 23.48º | 0.31% | 0.71% | - |
| HSV(B) | 23.48º | 0.23% | 0.8% | - |
| XYZ | 46.6 | 46.36 | 38.84 | - |
| YUV | 182.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 158 | 0 | 0.14 | 0.23 | 0.2 | 23.48 | 0.31 | 0.71 |
| Hex | CC | B0 | 9E | 0 | E | 17 | 14 | 17 | 1F | 47 |
| Octal | 314 | 260 | 236 | 0 | 16 | 27 | 24 | 27 | 37 | 107 |
| Binary | 11001100 | 10110000 | 10011110 | 0 | 1110 | 10111 | 10100 | 10111 | 11111 | 1000111 |
Color Harmonies of #CCB09E
Complementary color
Monochromatic Colors of #CCB09E
Black with #CCB09E
Text Example
Text Example
White with #CCB09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB09E; }
p { color: rgb(204,176,158); }
H1.HeaderClassName
{
color: #CCB09E;
}
.AnyTagClassName
{
color: #CCB09E;
}
</style>
background-color css
<style>
a { background-color: #CCB09E; }
a { background-color: rgb(204,176,158); }
div.DivClassName
{
background-color: #CCB09E;
}
.BgClassName
{
background-color: #CCB09E;
}
</style>
border-color css
<style>
span { border-color: #CCB09E; }
span { border-color: rgb(204,176,158); }
td.TdClassName
{
border-color: #CCB09E;
}
.TagClassName
{
border-color: #CCB09E;
}
</style>