Shades of Vanilla #CCB79E
Tints of Vanilla #CCB79E
RGB
CMYK
RGB Variations
Color information
#CCB79E (or 0xCCB79E) is known color: Vanilla. HEX triplet: CC, B7 and 9E. RGB value is (204,183,158). Sum of RGB (Red+Green+Blue) = 204+183+158=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB79E is #334861. Grayscale: #BABABA. Windows color (decimal): -3360866 or 10401740. OLE color: 10401740.
HSL color Cylindrical-coordinate representation of color #CCB79E: hue angle of 32.61º 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 #CCB79E is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 158 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.2 |
| HSL | 32.61º | 0.31% | 0.71% | - |
| HSV(B) | 32.61º | 0.23% | 0.8% | - |
| XYZ | 48.01 | 49.17 | 39.31 | - |
| YUV | 186.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 158 | 0 | 0.10 | 0.23 | 0.2 | 32.61 | 0.31 | 0.71 |
| Hex | CC | B7 | 9E | 0 | A | 17 | 14 | 21 | 1F | 47 |
| Octal | 314 | 267 | 236 | 0 | 12 | 27 | 24 | 41 | 37 | 107 |
| Binary | 11001100 | 10110111 | 10011110 | 0 | 1010 | 10111 | 10100 | 100001 | 11111 | 1000111 |
Color Harmonies of #CCB79E
Complementary color
Monochromatic Colors of #CCB79E
Black with #CCB79E
Text Example
Text Example
White with #CCB79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB79E; }
p { color: rgb(204,183,158); }
H1.HeaderClassName
{
color: #CCB79E;
}
.AnyTagClassName
{
color: #CCB79E;
}
</style>
background-color css
<style>
a { background-color: #CCB79E; }
a { background-color: rgb(204,183,158); }
div.DivClassName
{
background-color: #CCB79E;
}
.BgClassName
{
background-color: #CCB79E;
}
</style>
border-color css
<style>
span { border-color: #CCB79E; }
span { border-color: rgb(204,183,158); }
td.TdClassName
{
border-color: #CCB79E;
}
.TagClassName
{
border-color: #CCB79E;
}
</style>