Shades of Deco #CBC777
Tints of Deco #CBC777
RGB
CMYK
RGB Variations
Color information
#CBC777 (or 0xCBC777) is known color: Deco. HEX triplet: CB, C7 and 77. RGB value is (203,199,119). Sum of RGB (Red+Green+Blue) = 203+199+119=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC777 is #343888. Grayscale: #BFBFBF. Windows color (decimal): -3422345 or 7849931. OLE color: 7849931.
HSL color Cylindrical-coordinate representation of color #CBC777: hue angle of 57.14º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBC777 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 119 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.20 |
| HSL | 57.14º | 0.45% | 0.63% | - |
| HSV(B) | 57.14º | 0.41% | 0.8% | - |
| XYZ | 48.38 | 54.88 | 25.49 | - |
| YUV | 191.08 | 87.33 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 119 | 0 | 0.02 | 0.41 | 0.20 | 57.14 | 0.45 | 0.63 |
| Hex | CB | C7 | 77 | 0 | 2 | 29 | 14 | 39 | 2D | 3F |
| Octal | 313 | 307 | 167 | 0 | 2 | 51 | 24 | 71 | 55 | 77 |
| Binary | 11001011 | 11000111 | 1110111 | 0 | 10 | 101001 | 10100 | 111001 | 101101 | 111111 |
Color Harmonies of #CBC777
Complementary color
Monochromatic Colors of #CBC777
Black with #CBC777
Text Example
Text Example
White with #CBC777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC777; }
p { color: rgb(203,199,119); }
H1.HeaderClassName
{
color: #CBC777;
}
.AnyTagClassName
{
color: #CBC777;
}
</style>
background-color css
<style>
a { background-color: #CBC777; }
a { background-color: rgb(203,199,119); }
div.DivClassName
{
background-color: #CBC777;
}
.BgClassName
{
background-color: #CBC777;
}
</style>
border-color css
<style>
span { border-color: #CBC777; }
span { border-color: rgb(203,199,119); }
td.TdClassName
{
border-color: #CBC777;
}
.TagClassName
{
border-color: #CBC777;
}
</style>