Shades of Deco #CBD590
Tints of Deco #CBD590
RGB
CMYK
RGB Variations
Color information
#CBD590 (or 0xCBD590) is known color: Deco. HEX triplet: CB, D5 and 90. RGB value is (203,213,144). Sum of RGB (Red+Green+Blue) = 203+213+144=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD590 is #342A6F. Grayscale: #CACACA. Windows color (decimal): -3418736 or 9491915. OLE color: 9491915.
HSL color Cylindrical-coordinate representation of color #CBD590: hue angle of 68.7º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBD590 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 144 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.16 |
| HSL | 68.7º | 0.45% | 0.7% | - |
| HSV(B) | 68.7º | 0.32% | 0.84% | - |
| XYZ | 53.46 | 62.3 | 35.59 | - |
| YUV | 202.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 144 | 0.05 | 0 | 0.32 | 0.16 | 68.7 | 0.45 | 0.7 |
| Hex | CB | D5 | 90 | 5 | 0 | 20 | 10 | 45 | 2D | 46 |
| Octal | 313 | 325 | 220 | 5 | 0 | 40 | 20 | 105 | 55 | 106 |
| Binary | 11001011 | 11010101 | 10010000 | 101 | 0 | 100000 | 10000 | 1000101 | 101101 | 1000110 |
Color Harmonies of #CBD590
Complementary color
Monochromatic Colors of #CBD590
Black with #CBD590
Text Example
Text Example
White with #CBD590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD590; }
p { color: rgb(203,213,144); }
H1.HeaderClassName
{
color: #CBD590;
}
.AnyTagClassName
{
color: #CBD590;
}
</style>
background-color css
<style>
a { background-color: #CBD590; }
a { background-color: rgb(203,213,144); }
div.DivClassName
{
background-color: #CBD590;
}
.BgClassName
{
background-color: #CBD590;
}
</style>
border-color css
<style>
span { border-color: #CBD590; }
span { border-color: rgb(203,213,144); }
td.TdClassName
{
border-color: #CBD590;
}
.TagClassName
{
border-color: #CBD590;
}
</style>