Shades of Cashmere #CCB099
Tints of Cashmere #CCB099
RGB
CMYK
RGB Variations
Color information
#CCB099 (or 0xCCB099) is known color: Cashmere. HEX triplet: CC, B0 and 99. RGB value is (204,176,153). Sum of RGB (Red+Green+Blue) = 204+176+153=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB099 is #334F66. Grayscale: #B5B5B5. Windows color (decimal): -3362663 or 10072268. OLE color: 10072268.
HSL color Cylindrical-coordinate representation of color #CCB099: hue angle of 27.06º 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 #CCB099 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 153 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.2 |
| HSL | 27.06º | 0.33% | 0.7% | - |
| HSV(B) | 27.06º | 0.25% | 0.8% | - |
| XYZ | 46.18 | 46.19 | 36.62 | - |
| YUV | 181.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 153 | 0 | 0.14 | 0.25 | 0.2 | 27.06 | 0.33 | 0.7 |
| Hex | CC | B0 | 99 | 0 | E | 19 | 14 | 1B | 21 | 46 |
| Octal | 314 | 260 | 231 | 0 | 16 | 31 | 24 | 33 | 41 | 106 |
| Binary | 11001100 | 10110000 | 10011001 | 0 | 1110 | 11001 | 10100 | 11011 | 100001 | 1000110 |
Color Harmonies of #CCB099
Complementary color
Monochromatic Colors of #CCB099
Black with #CCB099
Text Example
Text Example
White with #CCB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB099; }
p { color: rgb(204,176,153); }
H1.HeaderClassName
{
color: #CCB099;
}
.AnyTagClassName
{
color: #CCB099;
}
</style>
background-color css
<style>
a { background-color: #CCB099; }
a { background-color: rgb(204,176,153); }
div.DivClassName
{
background-color: #CCB099;
}
.BgClassName
{
background-color: #CCB099;
}
</style>
border-color css
<style>
span { border-color: #CCB099; }
span { border-color: rgb(204,176,153); }
td.TdClassName
{
border-color: #CCB099;
}
.TagClassName
{
border-color: #CCB099;
}
</style>