Shades of Vanilla #CCB296
Tints of Vanilla #CCB296
RGB
CMYK
RGB Variations
Color information
#CCB296 (or 0xCCB296) is known color: Vanilla. HEX triplet: CC, B2 and 96. RGB value is (204,178,150). Sum of RGB (Red+Green+Blue) = 204+178+150=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB296 is #334D69. Grayscale: #B6B6B6. Windows color (decimal): -3362154 or 9876172. OLE color: 9876172.
HSL color Cylindrical-coordinate representation of color #CCB296: hue angle of 31.11º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCB296 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 150 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.2 |
| HSL | 31.11º | 0.35% | 0.69% | - |
| HSV(B) | 31.11º | 0.26% | 0.8% | - |
| XYZ | 46.33 | 46.88 | 35.46 | - |
| YUV | 182.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 150 | 0 | 0.13 | 0.26 | 0.2 | 31.11 | 0.35 | 0.69 |
| Hex | CC | B2 | 96 | 0 | D | 1A | 14 | 1F | 23 | 45 |
| Octal | 314 | 262 | 226 | 0 | 15 | 32 | 24 | 37 | 43 | 105 |
| Binary | 11001100 | 10110010 | 10010110 | 0 | 1101 | 11010 | 10100 | 11111 | 100011 | 1000101 |
Color Harmonies of #CCB296
Complementary color
Monochromatic Colors of #CCB296
Black with #CCB296
Text Example
Text Example
White with #CCB296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB296; }
p { color: rgb(204,178,150); }
H1.HeaderClassName
{
color: #CCB296;
}
.AnyTagClassName
{
color: #CCB296;
}
</style>
background-color css
<style>
a { background-color: #CCB296; }
a { background-color: rgb(204,178,150); }
div.DivClassName
{
background-color: #CCB296;
}
.BgClassName
{
background-color: #CCB296;
}
</style>
border-color css
<style>
span { border-color: #CCB296; }
span { border-color: rgb(204,178,150); }
td.TdClassName
{
border-color: #CCB296;
}
.TagClassName
{
border-color: #CCB296;
}
</style>