Shades of Deco #CBCC78
Tints of Deco #CBCC78
RGB
CMYK
RGB Variations
Color information
#CBCC78 (or 0xCBCC78) is known color: Deco. HEX triplet: CB, CC and 78. RGB value is (203,204,120). Sum of RGB (Red+Green+Blue) = 203+204+120=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC78 is #343387. Grayscale: #C2C2C2. Windows color (decimal): -3421064 or 7916747. OLE color: 7916747.
HSL color Cylindrical-coordinate representation of color #CBCC78: hue angle of 60.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBCC78 is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 120 | - |
| CMYK | 0.00 | 0 | 0.41 | 0.2 |
| HSL | 60.71º | 0.45% | 0.64% | - |
| HSV(B) | 60.71º | 0.41% | 0.8% | - |
| XYZ | 49.61 | 57.24 | 26.2 | - |
| YUV | 194.13 | 86.17 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 120 | 0.00 | 0 | 0.41 | 0.2 | 60.71 | 0.45 | 0.64 |
| Hex | CB | CC | 78 | 0 | 0 | 29 | 14 | 3D | 2D | 40 |
| Octal | 313 | 314 | 170 | 0 | 0 | 51 | 24 | 75 | 55 | 100 |
| Binary | 11001011 | 11001100 | 1111000 | 0 | 0 | 101001 | 10100 | 111101 | 101101 | 1000000 |
Color Harmonies of #CBCC78
Complementary color
Monochromatic Colors of #CBCC78
Black with #CBCC78
Text Example
Text Example
White with #CBCC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC78; }
p { color: rgb(203,204,120); }
H1.HeaderClassName
{
color: #CBCC78;
}
.AnyTagClassName
{
color: #CBCC78;
}
</style>
background-color css
<style>
a { background-color: #CBCC78; }
a { background-color: rgb(203,204,120); }
div.DivClassName
{
background-color: #CBCC78;
}
.BgClassName
{
background-color: #CBCC78;
}
</style>
border-color css
<style>
span { border-color: #CBCC78; }
span { border-color: rgb(203,204,120); }
td.TdClassName
{
border-color: #CBCC78;
}
.TagClassName
{
border-color: #CBCC78;
}
</style>