Shades of Deco #CBCE73
Tints of Deco #CBCE73
RGB
CMYK
RGB Variations
Color information
#CBCE73 (or 0xCBCE73) is known color: Deco. HEX triplet: CB, CE and 73. RGB value is (203,206,115). Sum of RGB (Red+Green+Blue) = 203+206+115=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 115 (45.31% from 255 or 21.95% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCE73 is #34318C. Grayscale: #C3C3C3. Windows color (decimal): -3420557 or 7589579. OLE color: 7589579.
HSL color Cylindrical-coordinate representation of color #CBCE73: hue angle of 61.98º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBCE73 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 115 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.19 |
| HSL | 61.98º | 0.48% | 0.63% | - |
| HSV(B) | 61.98º | 0.44% | 0.81% | - |
| XYZ | 49.79 | 58.08 | 24.81 | - |
| YUV | 194.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 115 | 0.01 | 0 | 0.44 | 0.19 | 61.98 | 0.48 | 0.63 |
| Hex | CB | CE | 73 | 1 | 0 | 2C | 13 | 3E | 30 | 3F |
| Octal | 313 | 316 | 163 | 1 | 0 | 54 | 23 | 76 | 60 | 77 |
| Binary | 11001011 | 11001110 | 1110011 | 1 | 0 | 101100 | 10011 | 111110 | 110000 | 111111 |
Color Harmonies of #CBCE73
Complementary color
Monochromatic Colors of #CBCE73
Black with #CBCE73
Text Example
Text Example
White with #CBCE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCE73; }
p { color: rgb(203,206,115); }
H1.HeaderClassName
{
color: #CBCE73;
}
.AnyTagClassName
{
color: #CBCE73;
}
</style>
background-color css
<style>
a { background-color: #CBCE73; }
a { background-color: rgb(203,206,115); }
div.DivClassName
{
background-color: #CBCE73;
}
.BgClassName
{
background-color: #CBCE73;
}
</style>
border-color css
<style>
span { border-color: #CBCE73; }
span { border-color: rgb(203,206,115); }
td.TdClassName
{
border-color: #CBCE73;
}
.TagClassName
{
border-color: #CBCE73;
}
</style>