Shades of Vanilla #CCB69E
Tints of Vanilla #CCB69E
RGB
CMYK
RGB Variations
Color information
#CCB69E (or 0xCCB69E) is known color: Vanilla. HEX triplet: CC, B6 and 9E. RGB value is (204,182,158). Sum of RGB (Red+Green+Blue) = 204+182+158=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB69E is #334961. Grayscale: #B9B9B9. Windows color (decimal): -3361122 or 10401484. OLE color: 10401484.
HSL color Cylindrical-coordinate representation of color #CCB69E: hue angle of 31.3º 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 #CCB69E is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 158 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.2 |
| HSL | 31.3º | 0.31% | 0.71% | - |
| HSV(B) | 31.3º | 0.23% | 0.8% | - |
| XYZ | 47.8 | 48.76 | 39.24 | - |
| YUV | 185.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 158 | 0 | 0.11 | 0.23 | 0.2 | 31.3 | 0.31 | 0.71 |
| Hex | CC | B6 | 9E | 0 | B | 17 | 14 | 1F | 1F | 47 |
| Octal | 314 | 266 | 236 | 0 | 13 | 27 | 24 | 37 | 37 | 107 |
| Binary | 11001100 | 10110110 | 10011110 | 0 | 1011 | 10111 | 10100 | 11111 | 11111 | 1000111 |
Color Harmonies of #CCB69E
Complementary color
Monochromatic Colors of #CCB69E
Black with #CCB69E
Text Example
Text Example
White with #CCB69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB69E; }
p { color: rgb(204,182,158); }
H1.HeaderClassName
{
color: #CCB69E;
}
.AnyTagClassName
{
color: #CCB69E;
}
</style>
background-color css
<style>
a { background-color: #CCB69E; }
a { background-color: rgb(204,182,158); }
div.DivClassName
{
background-color: #CCB69E;
}
.BgClassName
{
background-color: #CCB69E;
}
</style>
border-color css
<style>
span { border-color: #CCB69E; }
span { border-color: rgb(204,182,158); }
td.TdClassName
{
border-color: #CCB69E;
}
.TagClassName
{
border-color: #CCB69E;
}
</style>