Shades of Deco #CBC88A
Tints of Deco #CBC88A
RGB
CMYK
RGB Variations
Color information
#CBC88A (or 0xCBC88A) is known color: Deco. HEX triplet: CB, C8 and 8A. RGB value is (203,200,138). Sum of RGB (Red+Green+Blue) = 203+200+138=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC88A is #343775. Grayscale: #C2C2C2. Windows color (decimal): -3422070 or 9095371. OLE color: 9095371.
HSL color Cylindrical-coordinate representation of color #CBC88A: hue angle of 57.23º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBC88A is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 138 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.20 |
| HSL | 57.23º | 0.38% | 0.67% | - |
| HSV(B) | 57.23º | 0.32% | 0.8% | - |
| XYZ | 49.87 | 55.84 | 32.19 | - |
| YUV | 193.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 138 | 0 | 0.01 | 0.32 | 0.20 | 57.23 | 0.38 | 0.67 |
| Hex | CB | C8 | 8A | 0 | 1 | 20 | 14 | 39 | 26 | 43 |
| Octal | 313 | 310 | 212 | 0 | 1 | 40 | 24 | 71 | 46 | 103 |
| Binary | 11001011 | 11001000 | 10001010 | 0 | 1 | 100000 | 10100 | 111001 | 100110 | 1000011 |
Color Harmonies of #CBC88A
Complementary color
Monochromatic Colors of #CBC88A
Black with #CBC88A
Text Example
Text Example
White with #CBC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC88A; }
p { color: rgb(203,200,138); }
H1.HeaderClassName
{
color: #CBC88A;
}
.AnyTagClassName
{
color: #CBC88A;
}
</style>
background-color css
<style>
a { background-color: #CBC88A; }
a { background-color: rgb(203,200,138); }
div.DivClassName
{
background-color: #CBC88A;
}
.BgClassName
{
background-color: #CBC88A;
}
</style>
border-color css
<style>
span { border-color: #CBC88A; }
span { border-color: rgb(203,200,138); }
td.TdClassName
{
border-color: #CBC88A;
}
.TagClassName
{
border-color: #CBC88A;
}
</style>