Shades of Deco #CBD880
Tints of Deco #CBD880
RGB
CMYK
RGB Variations
Color information
#CBD880 (or 0xCBD880) is known color: Deco. HEX triplet: CB, D8 and 80. RGB value is (203,216,128). Sum of RGB (Red+Green+Blue) = 203+216+128=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD880 is #34277F. Grayscale: #CACACA. Windows color (decimal): -3417984 or 8444107. OLE color: 8444107.
HSL color Cylindrical-coordinate representation of color #CBD880: hue angle of 68.86º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBD880 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 216 | 128 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.15 |
| HSL | 68.86º | 0.53% | 0.67% | - |
| HSV(B) | 68.86º | 0.41% | 0.85% | - |
| XYZ | 53.08 | 63.37 | 29.86 | - |
| YUV | 202.08 | 86.19 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 128 | 0.06 | 0 | 0.41 | 0.15 | 68.86 | 0.53 | 0.67 |
| Hex | CB | D8 | 80 | 6 | 0 | 29 | F | 45 | 35 | 43 |
| Octal | 313 | 330 | 200 | 6 | 0 | 51 | 17 | 105 | 65 | 103 |
| Binary | 11001011 | 11011000 | 10000000 | 110 | 0 | 101001 | 1111 | 1000101 | 110101 | 1000011 |
Color Harmonies of #CBD880
Complementary color
Monochromatic Colors of #CBD880
Black with #CBD880
Text Example
Text Example
White with #CBD880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD880; }
p { color: rgb(203,216,128); }
H1.HeaderClassName
{
color: #CBD880;
}
.AnyTagClassName
{
color: #CBD880;
}
</style>
background-color css
<style>
a { background-color: #CBD880; }
a { background-color: rgb(203,216,128); }
div.DivClassName
{
background-color: #CBD880;
}
.BgClassName
{
background-color: #CBD880;
}
</style>
border-color css
<style>
span { border-color: #CBD880; }
span { border-color: rgb(203,216,128); }
td.TdClassName
{
border-color: #CBD880;
}
.TagClassName
{
border-color: #CBD880;
}
</style>