Shades of Deco #CBC781
Tints of Deco #CBC781
RGB
CMYK
RGB Variations
Color information
#CBC781 (or 0xCBC781) is known color: Deco. HEX triplet: CB, C7 and 81. RGB value is (203,199,129). Sum of RGB (Red+Green+Blue) = 203+199+129=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC781 is #34387E. Grayscale: #C0C0C0. Windows color (decimal): -3422335 or 8505291. OLE color: 8505291.
HSL color Cylindrical-coordinate representation of color #CBC781: hue angle of 56.76º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBC781 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 129 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.20 |
| HSL | 56.76º | 0.42% | 0.65% | - |
| HSV(B) | 56.76º | 0.36% | 0.8% | - |
| XYZ | 49.01 | 55.13 | 28.83 | - |
| YUV | 192.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 129 | 0 | 0.02 | 0.36 | 0.20 | 56.76 | 0.42 | 0.65 |
| Hex | CB | C7 | 81 | 0 | 2 | 24 | 14 | 39 | 2A | 41 |
| Octal | 313 | 307 | 201 | 0 | 2 | 44 | 24 | 71 | 52 | 101 |
| Binary | 11001011 | 11000111 | 10000001 | 0 | 10 | 100100 | 10100 | 111001 | 101010 | 1000001 |
Color Harmonies of #CBC781
Complementary color
Monochromatic Colors of #CBC781
Black with #CBC781
Text Example
Text Example
White with #CBC781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC781; }
p { color: rgb(203,199,129); }
H1.HeaderClassName
{
color: #CBC781;
}
.AnyTagClassName
{
color: #CBC781;
}
</style>
background-color css
<style>
a { background-color: #CBC781; }
a { background-color: rgb(203,199,129); }
div.DivClassName
{
background-color: #CBC781;
}
.BgClassName
{
background-color: #CBC781;
}
</style>
border-color css
<style>
span { border-color: #CBC781; }
span { border-color: rgb(203,199,129); }
td.TdClassName
{
border-color: #CBC781;
}
.TagClassName
{
border-color: #CBC781;
}
</style>