Shades of Vanilla #CCB89E
Tints of Vanilla #CCB89E
RGB
CMYK
RGB Variations
Color information
#CCB89E (or 0xCCB89E) is known color: Vanilla. HEX triplet: CC, B8 and 9E. RGB value is (204,184,158). Sum of RGB (Red+Green+Blue) = 204+184+158=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB89E is #334761. Grayscale: #BBBBBB. Windows color (decimal): -3360610 or 10401996. OLE color: 10401996.
HSL color Cylindrical-coordinate representation of color #CCB89E: hue angle of 33.91º 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 #CCB89E is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 158 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.2 |
| HSL | 33.91º | 0.31% | 0.71% | - |
| HSV(B) | 33.91º | 0.23% | 0.8% | - |
| XYZ | 48.21 | 49.59 | 39.38 | - |
| YUV | 187.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 158 | 0 | 0.10 | 0.23 | 0.2 | 33.91 | 0.31 | 0.71 |
| Hex | CC | B8 | 9E | 0 | A | 17 | 14 | 22 | 1F | 47 |
| Octal | 314 | 270 | 236 | 0 | 12 | 27 | 24 | 42 | 37 | 107 |
| Binary | 11001100 | 10111000 | 10011110 | 0 | 1010 | 10111 | 10100 | 100010 | 11111 | 1000111 |
Color Harmonies of #CCB89E
Complementary color
Monochromatic Colors of #CCB89E
Black with #CCB89E
Text Example
Text Example
White with #CCB89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB89E; }
p { color: rgb(204,184,158); }
H1.HeaderClassName
{
color: #CCB89E;
}
.AnyTagClassName
{
color: #CCB89E;
}
</style>
background-color css
<style>
a { background-color: #CCB89E; }
a { background-color: rgb(204,184,158); }
div.DivClassName
{
background-color: #CCB89E;
}
.BgClassName
{
background-color: #CCB89E;
}
</style>
border-color css
<style>
span { border-color: #CCB89E; }
span { border-color: rgb(204,184,158); }
td.TdClassName
{
border-color: #CCB89E;
}
.TagClassName
{
border-color: #CCB89E;
}
</style>