Shades of Vanilla #CCB398
Tints of Vanilla #CCB398
RGB
CMYK
RGB Variations
Color information
#CCB398 (or 0xCCB398) is known color: Vanilla. HEX triplet: CC, B3 and 98. RGB value is (204,179,152). Sum of RGB (Red+Green+Blue) = 204+179+152=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB398 is #334C67. Grayscale: #B7B7B7. Windows color (decimal): -3361896 or 10007500. OLE color: 10007500.
HSL color Cylindrical-coordinate representation of color #CCB398: hue angle of 31.15º degrees, saturation: 0.34, 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 #CCB398 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 152 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.2 |
| HSL | 31.15º | 0.34% | 0.7% | - |
| HSV(B) | 31.15º | 0.25% | 0.8% | - |
| XYZ | 46.69 | 47.34 | 36.38 | - |
| YUV | 183.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 152 | 0 | 0.12 | 0.25 | 0.2 | 31.15 | 0.34 | 0.7 |
| Hex | CC | B3 | 98 | 0 | C | 19 | 14 | 1F | 22 | 46 |
| Octal | 314 | 263 | 230 | 0 | 14 | 31 | 24 | 37 | 42 | 106 |
| Binary | 11001100 | 10110011 | 10011000 | 0 | 1100 | 11001 | 10100 | 11111 | 100010 | 1000110 |
Color Harmonies of #CCB398
Complementary color
Monochromatic Colors of #CCB398
Black with #CCB398
Text Example
Text Example
White with #CCB398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB398; }
p { color: rgb(204,179,152); }
H1.HeaderClassName
{
color: #CCB398;
}
.AnyTagClassName
{
color: #CCB398;
}
</style>
background-color css
<style>
a { background-color: #CCB398; }
a { background-color: rgb(204,179,152); }
div.DivClassName
{
background-color: #CCB398;
}
.BgClassName
{
background-color: #CCB398;
}
</style>
border-color css
<style>
span { border-color: #CCB398; }
span { border-color: rgb(204,179,152); }
td.TdClassName
{
border-color: #CCB398;
}
.TagClassName
{
border-color: #CCB398;
}
</style>