Shades of Deco #CBCF78
Tints of Deco #CBCF78
RGB
CMYK
RGB Variations
Color information
#CBCF78 (or 0xCBCF78) is known color: Deco. HEX triplet: CB, CF and 78. RGB value is (203,207,120). Sum of RGB (Red+Green+Blue) = 203+207+120=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCF78 is #343087. Grayscale: #C4C4C4. Windows color (decimal): -3420296 or 7917515. OLE color: 7917515.
HSL color Cylindrical-coordinate representation of color #CBCF78: hue angle of 62.76º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBCF78 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 207 | 120 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.19 |
| HSL | 62.76º | 0.48% | 0.64% | - |
| HSV(B) | 62.76º | 0.42% | 0.81% | - |
| XYZ | 50.33 | 58.68 | 26.44 | - |
| YUV | 195.89 | 85.17 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 120 | 0.02 | 0 | 0.42 | 0.19 | 62.76 | 0.48 | 0.64 |
| Hex | CB | CF | 78 | 2 | 0 | 2A | 13 | 3F | 30 | 40 |
| Octal | 313 | 317 | 170 | 2 | 0 | 52 | 23 | 77 | 60 | 100 |
| Binary | 11001011 | 11001111 | 1111000 | 10 | 0 | 101010 | 10011 | 111111 | 110000 | 1000000 |
Color Harmonies of #CBCF78
Complementary color
Monochromatic Colors of #CBCF78
Black with #CBCF78
Text Example
Text Example
White with #CBCF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCF78; }
p { color: rgb(203,207,120); }
H1.HeaderClassName
{
color: #CBCF78;
}
.AnyTagClassName
{
color: #CBCF78;
}
</style>
background-color css
<style>
a { background-color: #CBCF78; }
a { background-color: rgb(203,207,120); }
div.DivClassName
{
background-color: #CBCF78;
}
.BgClassName
{
background-color: #CBCF78;
}
</style>
border-color css
<style>
span { border-color: #CBCF78; }
span { border-color: rgb(203,207,120); }
td.TdClassName
{
border-color: #CBCF78;
}
.TagClassName
{
border-color: #CBCF78;
}
</style>