Shades of Confetti #CFCB56
Tints of Confetti #CFCB56
RGB
CMYK
RGB Variations
Color information
#CFCB56 (or 0xCFCB56) is known color: Confetti. HEX triplet: CF, CB and 56. RGB value is (207,203,86). Sum of RGB (Red+Green+Blue) = 207+203+86=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 86 (33.98% from 255 or 17.34% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB56 is #3034A9. Grayscale: #BFBFBF. Windows color (decimal): -3159210 or 5688271. OLE color: 5688271.
HSL color Cylindrical-coordinate representation of color #CFCB56: hue angle of 58.02º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFCB56 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 86 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.19 |
| HSL | 58.02º | 0.56% | 0.57% | - |
| HSV(B) | 58.02º | 0.58% | 0.81% | - |
| XYZ | 48.77 | 56.65 | 17.17 | - |
| YUV | 190.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 86 | 0 | 0.02 | 0.58 | 0.19 | 58.02 | 0.56 | 0.57 |
| Hex | CF | CB | 56 | 0 | 2 | 3A | 13 | 3A | 38 | 39 |
| Octal | 317 | 313 | 126 | 0 | 2 | 72 | 23 | 72 | 70 | 71 |
| Binary | 11001111 | 11001011 | 1010110 | 0 | 10 | 111010 | 10011 | 111010 | 111000 | 111001 |
Color Harmonies of #CFCB56
Complementary color
Monochromatic Colors of #CFCB56
Black with #CFCB56
Text Example
Text Example
White with #CFCB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB56; }
p { color: rgb(207,203,86); }
H1.HeaderClassName
{
color: #CFCB56;
}
.AnyTagClassName
{
color: #CFCB56;
}
</style>
background-color css
<style>
a { background-color: #CFCB56; }
a { background-color: rgb(207,203,86); }
div.DivClassName
{
background-color: #CFCB56;
}
.BgClassName
{
background-color: #CFCB56;
}
</style>
border-color css
<style>
span { border-color: #CFCB56; }
span { border-color: rgb(207,203,86); }
td.TdClassName
{
border-color: #CFCB56;
}
.TagClassName
{
border-color: #CFCB56;
}
</style>