Shades of Cashmere #CCB299
Tints of Cashmere #CCB299
RGB
CMYK
RGB Variations
Color information
#CCB299 (or 0xCCB299) is known color: Cashmere. HEX triplet: CC, B2 and 99. RGB value is (204,178,153). Sum of RGB (Red+Green+Blue) = 204+178+153=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB299 is #334D66. Grayscale: #B7B7B7. Windows color (decimal): -3362151 or 10072780. OLE color: 10072780.
HSL color Cylindrical-coordinate representation of color #CCB299: hue angle of 29.41º 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 #CCB299 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 153 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.2 |
| HSL | 29.41º | 0.33% | 0.7% | - |
| HSV(B) | 29.41º | 0.25% | 0.8% | - |
| XYZ | 46.57 | 46.98 | 36.75 | - |
| YUV | 182.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 153 | 0 | 0.13 | 0.25 | 0.2 | 29.41 | 0.33 | 0.7 |
| Hex | CC | B2 | 99 | 0 | D | 19 | 14 | 1D | 21 | 46 |
| Octal | 314 | 262 | 231 | 0 | 15 | 31 | 24 | 35 | 41 | 106 |
| Binary | 11001100 | 10110010 | 10011001 | 0 | 1101 | 11001 | 10100 | 11101 | 100001 | 1000110 |
Color Harmonies of #CCB299
Complementary color
Monochromatic Colors of #CCB299
Black with #CCB299
Text Example
Text Example
White with #CCB299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB299; }
p { color: rgb(204,178,153); }
H1.HeaderClassName
{
color: #CCB299;
}
.AnyTagClassName
{
color: #CCB299;
}
</style>
background-color css
<style>
a { background-color: #CCB299; }
a { background-color: rgb(204,178,153); }
div.DivClassName
{
background-color: #CCB299;
}
.BgClassName
{
background-color: #CCB299;
}
</style>
border-color css
<style>
span { border-color: #CCB299; }
span { border-color: rgb(204,178,153); }
td.TdClassName
{
border-color: #CCB299;
}
.TagClassName
{
border-color: #CCB299;
}
</style>