Shades of Deco #CBCB7E
Tints of Deco #CBCB7E
RGB
CMYK
RGB Variations
Color information
#CBCB7E (or 0xCBCB7E) is known color: Deco. HEX triplet: CB, CB and 7E. RGB value is (203,203,126). Sum of RGB (Red+Green+Blue) = 203+203+126=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCB7E is #343481. Grayscale: #C2C2C2. Windows color (decimal): -3421314 or 8309707. OLE color: 8309707.
HSL color Cylindrical-coordinate representation of color #CBCB7E: hue angle of 60º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBCB7E is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 126 | - |
| CMYK | 0 | 0 | 0.38 | 0.20 |
| HSL | 60º | 0.43% | 0.65% | - |
| HSV(B) | 60º | 0.38% | 0.8% | - |
| XYZ | 49.75 | 56.91 | 28.1 | - |
| YUV | 194.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 126 | 0 | 0 | 0.38 | 0.20 | 60 | 0.43 | 0.65 |
| Hex | CB | CB | 7E | 0 | 0 | 26 | 14 | 3C | 2B | 41 |
| Octal | 313 | 313 | 176 | 0 | 0 | 46 | 24 | 74 | 53 | 101 |
| Binary | 11001011 | 11001011 | 1111110 | 0 | 0 | 100110 | 10100 | 111100 | 101011 | 1000001 |
Color Harmonies of #CBCB7E
Complementary color
Monochromatic Colors of #CBCB7E
Black with #CBCB7E
Text Example
Text Example
White with #CBCB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCB7E; }
p { color: rgb(203,203,126); }
H1.HeaderClassName
{
color: #CBCB7E;
}
.AnyTagClassName
{
color: #CBCB7E;
}
</style>
background-color css
<style>
a { background-color: #CBCB7E; }
a { background-color: rgb(203,203,126); }
div.DivClassName
{
background-color: #CBCB7E;
}
.BgClassName
{
background-color: #CBCB7E;
}
</style>
border-color css
<style>
span { border-color: #CBCB7E; }
span { border-color: rgb(203,203,126); }
td.TdClassName
{
border-color: #CBCB7E;
}
.TagClassName
{
border-color: #CBCB7E;
}
</style>