Shades of Deco #CBD495
Tints of Deco #CBD495
RGB
CMYK
RGB Variations
Color information
#CBD495 (or 0xCBD495) is known color: Deco. HEX triplet: CB, D4 and 95. RGB value is (203,212,149). Sum of RGB (Red+Green+Blue) = 203+212+149=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD495 is #342B6A. Grayscale: #CACACA. Windows color (decimal): -3418987 or 9819339. OLE color: 9819339.
HSL color Cylindrical-coordinate representation of color #CBD495: hue angle of 68.57º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBD495 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 149 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.17 |
| HSL | 68.57º | 0.42% | 0.71% | - |
| HSV(B) | 68.57º | 0.3% | 0.83% | - |
| XYZ | 53.6 | 61.95 | 37.57 | - |
| YUV | 202.13 | 98.02 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 149 | 0.04 | 0 | 0.30 | 0.17 | 68.57 | 0.42 | 0.71 |
| Hex | CB | D4 | 95 | 4 | 0 | 1E | 11 | 45 | 2A | 47 |
| Octal | 313 | 324 | 225 | 4 | 0 | 36 | 21 | 105 | 52 | 107 |
| Binary | 11001011 | 11010100 | 10010101 | 100 | 0 | 11110 | 10001 | 1000101 | 101010 | 1000111 |
Color Harmonies of #CBD495
Complementary color
Monochromatic Colors of #CBD495
Black with #CBD495
Text Example
Text Example
White with #CBD495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD495; }
p { color: rgb(203,212,149); }
H1.HeaderClassName
{
color: #CBD495;
}
.AnyTagClassName
{
color: #CBD495;
}
</style>
background-color css
<style>
a { background-color: #CBD495; }
a { background-color: rgb(203,212,149); }
div.DivClassName
{
background-color: #CBD495;
}
.BgClassName
{
background-color: #CBD495;
}
</style>
border-color css
<style>
span { border-color: #CBD495; }
span { border-color: rgb(203,212,149); }
td.TdClassName
{
border-color: #CBD495;
}
.TagClassName
{
border-color: #CBD495;
}
</style>