Shades of Deco #CBC985
Tints of Deco #CBC985
RGB
CMYK
RGB Variations
Color information
#CBC985 (or 0xCBC985) is known color: Deco. HEX triplet: CB, C9 and 85. RGB value is (203,201,133). Sum of RGB (Red+Green+Blue) = 203+201+133=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC985 is #34367A. Grayscale: #C2C2C2. Windows color (decimal): -3421819 or 8767947. OLE color: 8767947.
HSL color Cylindrical-coordinate representation of color #CBC985: hue angle of 58.29º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBC985 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 133 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.20 |
| HSL | 58.29º | 0.4% | 0.66% | - |
| HSV(B) | 58.29º | 0.34% | 0.8% | - |
| XYZ | 49.75 | 56.16 | 30.41 | - |
| YUV | 193.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 133 | 0 | 0.01 | 0.34 | 0.20 | 58.29 | 0.4 | 0.66 |
| Hex | CB | C9 | 85 | 0 | 1 | 22 | 14 | 3A | 28 | 42 |
| Octal | 313 | 311 | 205 | 0 | 1 | 42 | 24 | 72 | 50 | 102 |
| Binary | 11001011 | 11001001 | 10000101 | 0 | 1 | 100010 | 10100 | 111010 | 101000 | 1000010 |
Color Harmonies of #CBC985
Complementary color
Monochromatic Colors of #CBC985
Black with #CBC985
Text Example
Text Example
White with #CBC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC985; }
p { color: rgb(203,201,133); }
H1.HeaderClassName
{
color: #CBC985;
}
.AnyTagClassName
{
color: #CBC985;
}
</style>
background-color css
<style>
a { background-color: #CBC985; }
a { background-color: rgb(203,201,133); }
div.DivClassName
{
background-color: #CBC985;
}
.BgClassName
{
background-color: #CBC985;
}
</style>
border-color css
<style>
span { border-color: #CBC985; }
span { border-color: rgb(203,201,133); }
td.TdClassName
{
border-color: #CBC985;
}
.TagClassName
{
border-color: #CBC985;
}
</style>