Shades of Deco #CBC98A
Tints of Deco #CBC98A
RGB
CMYK
RGB Variations
Color information
#CBC98A (or 0xCBC98A) is known color: Deco. HEX triplet: CB, C9 and 8A. RGB value is (203,201,138). Sum of RGB (Red+Green+Blue) = 203+201+138=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC98A is #343675. Grayscale: #C2C2C2. Windows color (decimal): -3421814 or 9095627. OLE color: 9095627.
HSL color Cylindrical-coordinate representation of color #CBC98A: hue angle of 58.15º 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 #CBC98A is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 138 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.20 |
| HSL | 58.15º | 0.38% | 0.67% | - |
| HSV(B) | 58.15º | 0.32% | 0.8% | - |
| XYZ | 50.1 | 56.3 | 32.27 | - |
| YUV | 194.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 138 | 0 | 0.01 | 0.32 | 0.20 | 58.15 | 0.38 | 0.67 |
| Hex | CB | C9 | 8A | 0 | 1 | 20 | 14 | 3A | 26 | 43 |
| Octal | 313 | 311 | 212 | 0 | 1 | 40 | 24 | 72 | 46 | 103 |
| Binary | 11001011 | 11001001 | 10001010 | 0 | 1 | 100000 | 10100 | 111010 | 100110 | 1000011 |
Color Harmonies of #CBC98A
Complementary color
Monochromatic Colors of #CBC98A
Black with #CBC98A
Text Example
Text Example
White with #CBC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC98A; }
p { color: rgb(203,201,138); }
H1.HeaderClassName
{
color: #CBC98A;
}
.AnyTagClassName
{
color: #CBC98A;
}
</style>
background-color css
<style>
a { background-color: #CBC98A; }
a { background-color: rgb(203,201,138); }
div.DivClassName
{
background-color: #CBC98A;
}
.BgClassName
{
background-color: #CBC98A;
}
</style>
border-color css
<style>
span { border-color: #CBC98A; }
span { border-color: rgb(203,201,138); }
td.TdClassName
{
border-color: #CBC98A;
}
.TagClassName
{
border-color: #CBC98A;
}
</style>