Shades of Vanilla #CCB699
Tints of Vanilla #CCB699
RGB
CMYK
RGB Variations
Color information
#CCB699 (or 0xCCB699) is known color: Vanilla. HEX triplet: CC, B6 and 99. RGB value is (204,182,153). Sum of RGB (Red+Green+Blue) = 204+182+153=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB699 is #334966. Grayscale: #B9B9B9. Windows color (decimal): -3361127 or 10073804. OLE color: 10073804.
HSL color Cylindrical-coordinate representation of color #CCB699: hue angle of 34.12º 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 #CCB699 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 153 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.2 |
| HSL | 34.12º | 0.33% | 0.7% | - |
| HSV(B) | 34.12º | 0.25% | 0.8% | - |
| XYZ | 47.38 | 48.59 | 37.02 | - |
| YUV | 185.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 153 | 0 | 0.11 | 0.25 | 0.2 | 34.12 | 0.33 | 0.7 |
| Hex | CC | B6 | 99 | 0 | B | 19 | 14 | 22 | 21 | 46 |
| Octal | 314 | 266 | 231 | 0 | 13 | 31 | 24 | 42 | 41 | 106 |
| Binary | 11001100 | 10110110 | 10011001 | 0 | 1011 | 11001 | 10100 | 100010 | 100001 | 1000110 |
Color Harmonies of #CCB699
Complementary color
Monochromatic Colors of #CCB699
Black with #CCB699
Text Example
Text Example
White with #CCB699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB699; }
p { color: rgb(204,182,153); }
H1.HeaderClassName
{
color: #CCB699;
}
.AnyTagClassName
{
color: #CCB699;
}
</style>
background-color css
<style>
a { background-color: #CCB699; }
a { background-color: rgb(204,182,153); }
div.DivClassName
{
background-color: #CCB699;
}
.BgClassName
{
background-color: #CCB699;
}
</style>
border-color css
<style>
span { border-color: #CCB699; }
span { border-color: rgb(204,182,153); }
td.TdClassName
{
border-color: #CCB699;
}
.TagClassName
{
border-color: #CCB699;
}
</style>