Shades of Deco #CBD490
Tints of Deco #CBD490
RGB
CMYK
RGB Variations
Color information
#CBD490 (or 0xCBD490) is known color: Deco. HEX triplet: CB, D4 and 90. RGB value is (203,212,144). Sum of RGB (Red+Green+Blue) = 203+212+144=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD490 is #342B6F. Grayscale: #C9C9C9. Windows color (decimal): -3418992 or 9491659. OLE color: 9491659.
HSL color Cylindrical-coordinate representation of color #CBD490: hue angle of 67.94º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBD490 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 144 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.17 |
| HSL | 67.94º | 0.44% | 0.7% | - |
| HSV(B) | 67.94º | 0.32% | 0.83% | - |
| XYZ | 53.21 | 61.8 | 35.51 | - |
| YUV | 201.56 | 95.52 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 144 | 0.04 | 0 | 0.32 | 0.17 | 67.94 | 0.44 | 0.7 |
| Hex | CB | D4 | 90 | 4 | 0 | 20 | 11 | 44 | 2C | 46 |
| Octal | 313 | 324 | 220 | 4 | 0 | 40 | 21 | 104 | 54 | 106 |
| Binary | 11001011 | 11010100 | 10010000 | 100 | 0 | 100000 | 10001 | 1000100 | 101100 | 1000110 |
Color Harmonies of #CBD490
Complementary color
Monochromatic Colors of #CBD490
Black with #CBD490
Text Example
Text Example
White with #CBD490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD490; }
p { color: rgb(203,212,144); }
H1.HeaderClassName
{
color: #CBD490;
}
.AnyTagClassName
{
color: #CBD490;
}
</style>
background-color css
<style>
a { background-color: #CBD490; }
a { background-color: rgb(203,212,144); }
div.DivClassName
{
background-color: #CBD490;
}
.BgClassName
{
background-color: #CBD490;
}
</style>
border-color css
<style>
span { border-color: #CBD490; }
span { border-color: rgb(203,212,144); }
td.TdClassName
{
border-color: #CBD490;
}
.TagClassName
{
border-color: #CBD490;
}
</style>