Shades of Deco #CBD994
Tints of Deco #CBD994
RGB
CMYK
RGB Variations
Color information
#CBD994 (or 0xCBD994) is known color: Deco. HEX triplet: CB, D9 and 94. RGB value is (203,217,148). Sum of RGB (Red+Green+Blue) = 203+217+148=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD994 is #34266B. Grayscale: #CDCDCD. Windows color (decimal): -3417708 or 9755083. OLE color: 9755083.
HSL color Cylindrical-coordinate representation of color #CBD994: hue angle of 72.17º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBD994 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 148 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.15 |
| HSL | 72.17º | 0.48% | 0.72% | - |
| HSV(B) | 72.17º | 0.32% | 0.85% | - |
| XYZ | 54.79 | 64.46 | 37.57 | - |
| YUV | 204.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 148 | 0.06 | 0 | 0.32 | 0.15 | 72.17 | 0.48 | 0.72 |
| Hex | CB | D9 | 94 | 6 | 0 | 20 | F | 48 | 30 | 48 |
| Octal | 313 | 331 | 224 | 6 | 0 | 40 | 17 | 110 | 60 | 110 |
| Binary | 11001011 | 11011001 | 10010100 | 110 | 0 | 100000 | 1111 | 1001000 | 110000 | 1001000 |
Color Harmonies of #CBD994
Complementary color
Monochromatic Colors of #CBD994
Black with #CBD994
Text Example
Text Example
White with #CBD994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD994; }
p { color: rgb(203,217,148); }
H1.HeaderClassName
{
color: #CBD994;
}
.AnyTagClassName
{
color: #CBD994;
}
</style>
background-color css
<style>
a { background-color: #CBD994; }
a { background-color: rgb(203,217,148); }
div.DivClassName
{
background-color: #CBD994;
}
.BgClassName
{
background-color: #CBD994;
}
</style>
border-color css
<style>
span { border-color: #CBD994; }
span { border-color: rgb(203,217,148); }
td.TdClassName
{
border-color: #CBD994;
}
.TagClassName
{
border-color: #CBD994;
}
</style>