Shades of Vanilla #CCB799
Tints of Vanilla #CCB799
RGB
CMYK
RGB Variations
Color information
#CCB799 (or 0xCCB799) is known color: Vanilla. HEX triplet: CC, B7 and 99. RGB value is (204,183,153). Sum of RGB (Red+Green+Blue) = 204+183+153=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB799 is #334866. Grayscale: #BABABA. Windows color (decimal): -3360871 or 10074060. OLE color: 10074060.
HSL color Cylindrical-coordinate representation of color #CCB799: hue angle of 35.29º 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 #CCB799 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 153 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.2 |
| HSL | 35.29º | 0.33% | 0.7% | - |
| HSV(B) | 35.29º | 0.25% | 0.8% | - |
| XYZ | 47.59 | 49 | 37.09 | - |
| YUV | 185.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 153 | 0 | 0.10 | 0.25 | 0.2 | 35.29 | 0.33 | 0.7 |
| Hex | CC | B7 | 99 | 0 | A | 19 | 14 | 23 | 21 | 46 |
| Octal | 314 | 267 | 231 | 0 | 12 | 31 | 24 | 43 | 41 | 106 |
| Binary | 11001100 | 10110111 | 10011001 | 0 | 1010 | 11001 | 10100 | 100011 | 100001 | 1000110 |
Color Harmonies of #CCB799
Complementary color
Monochromatic Colors of #CCB799
Black with #CCB799
Text Example
Text Example
White with #CCB799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB799; }
p { color: rgb(204,183,153); }
H1.HeaderClassName
{
color: #CCB799;
}
.AnyTagClassName
{
color: #CCB799;
}
</style>
background-color css
<style>
a { background-color: #CCB799; }
a { background-color: rgb(204,183,153); }
div.DivClassName
{
background-color: #CCB799;
}
.BgClassName
{
background-color: #CCB799;
}
</style>
border-color css
<style>
span { border-color: #CCB799; }
span { border-color: rgb(204,183,153); }
td.TdClassName
{
border-color: #CCB799;
}
.TagClassName
{
border-color: #CCB799;
}
</style>