Shades of Deco #CBCE89
Tints of Deco #CBCE89
RGB
CMYK
RGB Variations
Color information
#CBCE89 (or 0xCBCE89) is known color: Deco. HEX triplet: CB, CE and 89. RGB value is (203,206,137). Sum of RGB (Red+Green+Blue) = 203+206+137=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 137 (53.91% from 255 or 25.09% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCE89 is #343176. Grayscale: #C5C5C5. Windows color (decimal): -3420535 or 9031371. OLE color: 9031371.
HSL color Cylindrical-coordinate representation of color #CBCE89: hue angle of 62.61º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBCE89 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 137 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.19 |
| HSL | 62.61º | 0.41% | 0.67% | - |
| HSV(B) | 62.61º | 0.33% | 0.81% | - |
| XYZ | 51.22 | 58.65 | 32.29 | - |
| YUV | 197.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 137 | 0.01 | 0 | 0.33 | 0.19 | 62.61 | 0.41 | 0.67 |
| Hex | CB | CE | 89 | 1 | 0 | 21 | 13 | 3F | 29 | 43 |
| Octal | 313 | 316 | 211 | 1 | 0 | 41 | 23 | 77 | 51 | 103 |
| Binary | 11001011 | 11001110 | 10001001 | 1 | 0 | 100001 | 10011 | 111111 | 101001 | 1000011 |
Color Harmonies of #CBCE89
Complementary color
Monochromatic Colors of #CBCE89
Black with #CBCE89
Text Example
Text Example
White with #CBCE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCE89; }
p { color: rgb(203,206,137); }
H1.HeaderClassName
{
color: #CBCE89;
}
.AnyTagClassName
{
color: #CBCE89;
}
</style>
background-color css
<style>
a { background-color: #CBCE89; }
a { background-color: rgb(203,206,137); }
div.DivClassName
{
background-color: #CBCE89;
}
.BgClassName
{
background-color: #CBCE89;
}
</style>
border-color css
<style>
span { border-color: #CBCE89; }
span { border-color: rgb(203,206,137); }
td.TdClassName
{
border-color: #CBCE89;
}
.TagClassName
{
border-color: #CBCE89;
}
</style>