Shades of Confetti #CFCB51
Tints of Confetti #CFCB51
RGB
CMYK
RGB Variations
Color information
#CFCB51 (or 0xCFCB51) is known color: Confetti. HEX triplet: CF, CB and 51. RGB value is (207,203,81). Sum of RGB (Red+Green+Blue) = 207+203+81=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB51 is #3034AE. Grayscale: #BEBEBE. Windows color (decimal): -3159215 or 5360591. OLE color: 5360591.
HSL color Cylindrical-coordinate representation of color #CFCB51: hue angle of 58.1º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFCB51 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 81 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.19 |
| HSL | 58.1º | 0.57% | 0.56% | - |
| HSV(B) | 58.1º | 0.61% | 0.81% | - |
| XYZ | 48.57 | 56.57 | 16.14 | - |
| YUV | 190.29 | 66.33 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 81 | 0 | 0.02 | 0.61 | 0.19 | 58.1 | 0.57 | 0.56 |
| Hex | CF | CB | 51 | 0 | 2 | 3D | 13 | 3A | 39 | 38 |
| Octal | 317 | 313 | 121 | 0 | 2 | 75 | 23 | 72 | 71 | 70 |
| Binary | 11001111 | 11001011 | 1010001 | 0 | 10 | 111101 | 10011 | 111010 | 111001 | 111000 |
Color Harmonies of #CFCB51
Complementary color
Monochromatic Colors of #CFCB51
Black with #CFCB51
Text Example
Text Example
White with #CFCB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB51; }
p { color: rgb(207,203,81); }
H1.HeaderClassName
{
color: #CFCB51;
}
.AnyTagClassName
{
color: #CFCB51;
}
</style>
background-color css
<style>
a { background-color: #CFCB51; }
a { background-color: rgb(207,203,81); }
div.DivClassName
{
background-color: #CFCB51;
}
.BgClassName
{
background-color: #CFCB51;
}
</style>
border-color css
<style>
span { border-color: #CFCB51; }
span { border-color: rgb(207,203,81); }
td.TdClassName
{
border-color: #CFCB51;
}
.TagClassName
{
border-color: #CFCB51;
}
</style>