Shades of Deco #CBD288
Tints of Deco #CBD288
RGB
CMYK
RGB Variations
Color information
#CBD288 (or 0xCBD288) is known color: Deco. HEX triplet: CB, D2 and 88. RGB value is (203,210,136). Sum of RGB (Red+Green+Blue) = 203+210+136=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD288 is #342D77. Grayscale: #C7C7C7. Windows color (decimal): -3419512 or 8966859. OLE color: 8966859.
HSL color Cylindrical-coordinate representation of color #CBD288: hue angle of 65.68º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBD288 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 136 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.18 |
| HSL | 65.68º | 0.45% | 0.68% | - |
| HSV(B) | 65.68º | 0.35% | 0.82% | - |
| XYZ | 52.12 | 60.57 | 32.24 | - |
| YUV | 199.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 136 | 0.03 | 0 | 0.35 | 0.18 | 65.68 | 0.45 | 0.68 |
| Hex | CB | D2 | 88 | 3 | 0 | 23 | 12 | 42 | 2D | 44 |
| Octal | 313 | 322 | 210 | 3 | 0 | 43 | 22 | 102 | 55 | 104 |
| Binary | 11001011 | 11010010 | 10001000 | 11 | 0 | 100011 | 10010 | 1000010 | 101101 | 1000100 |
Color Harmonies of #CBD288
Complementary color
Monochromatic Colors of #CBD288
Black with #CBD288
Text Example
Text Example
White with #CBD288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD288; }
p { color: rgb(203,210,136); }
H1.HeaderClassName
{
color: #CBD288;
}
.AnyTagClassName
{
color: #CBD288;
}
</style>
background-color css
<style>
a { background-color: #CBD288; }
a { background-color: rgb(203,210,136); }
div.DivClassName
{
background-color: #CBD288;
}
.BgClassName
{
background-color: #CBD288;
}
</style>
border-color css
<style>
span { border-color: #CBD288; }
span { border-color: rgb(203,210,136); }
td.TdClassName
{
border-color: #CBD288;
}
.TagClassName
{
border-color: #CBD288;
}
</style>