Shades of Deco #CBCF76
Tints of Deco #CBCF76
RGB
CMYK
RGB Variations
Color information
#CBCF76 (or 0xCBCF76) is known color: Deco. HEX triplet: CB, CF and 76. RGB value is (203,207,118). Sum of RGB (Red+Green+Blue) = 203+207+118=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCF76 is #343089. Grayscale: #C4C4C4. Windows color (decimal): -3420298 or 7786443. OLE color: 7786443.
HSL color Cylindrical-coordinate representation of color #CBCF76: hue angle of 62.7º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBCF76 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 207 | 118 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.19 |
| HSL | 62.7º | 0.48% | 0.64% | - |
| HSV(B) | 62.7º | 0.43% | 0.81% | - |
| XYZ | 50.21 | 58.63 | 25.81 | - |
| YUV | 195.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 118 | 0.02 | 0 | 0.43 | 0.19 | 62.7 | 0.48 | 0.64 |
| Hex | CB | CF | 76 | 2 | 0 | 2B | 13 | 3F | 30 | 40 |
| Octal | 313 | 317 | 166 | 2 | 0 | 53 | 23 | 77 | 60 | 100 |
| Binary | 11001011 | 11001111 | 1110110 | 10 | 0 | 101011 | 10011 | 111111 | 110000 | 1000000 |
Color Harmonies of #CBCF76
Complementary color
Monochromatic Colors of #CBCF76
Black with #CBCF76
Text Example
Text Example
White with #CBCF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCF76; }
p { color: rgb(203,207,118); }
H1.HeaderClassName
{
color: #CBCF76;
}
.AnyTagClassName
{
color: #CBCF76;
}
</style>
background-color css
<style>
a { background-color: #CBCF76; }
a { background-color: rgb(203,207,118); }
div.DivClassName
{
background-color: #CBCF76;
}
.BgClassName
{
background-color: #CBCF76;
}
</style>
border-color css
<style>
span { border-color: #CBCF76; }
span { border-color: rgb(203,207,118); }
td.TdClassName
{
border-color: #CBCF76;
}
.TagClassName
{
border-color: #CBCF76;
}
</style>