Shades of Confetti #CFCB4E
Tints of Confetti #CFCB4E
RGB
CMYK
RGB Variations
Color information
#CFCB4E (or 0xCFCB4E) is known color: Confetti. HEX triplet: CF, CB and 4E. RGB value is (207,203,78). Sum of RGB (Red+Green+Blue) = 207+203+78=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB4E is #3034B1. Grayscale: #BEBEBE. Windows color (decimal): -3159218 or 5163983. OLE color: 5163983.
HSL color Cylindrical-coordinate representation of color #CFCB4E: hue angle of 58.14º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFCB4E is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 78 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.19 |
| HSL | 58.14º | 0.57% | 0.56% | - |
| HSV(B) | 58.14º | 0.62% | 0.81% | - |
| XYZ | 48.46 | 56.53 | 15.56 | - |
| YUV | 189.95 | 64.83 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 78 | 0 | 0.02 | 0.62 | 0.19 | 58.14 | 0.57 | 0.56 |
| Hex | CF | CB | 4E | 0 | 2 | 3E | 13 | 3A | 39 | 38 |
| Octal | 317 | 313 | 116 | 0 | 2 | 76 | 23 | 72 | 71 | 70 |
| Binary | 11001111 | 11001011 | 1001110 | 0 | 10 | 111110 | 10011 | 111010 | 111001 | 111000 |
Color Harmonies of #CFCB4E
Complementary color
Monochromatic Colors of #CFCB4E
Black with #CFCB4E
Text Example
Text Example
White with #CFCB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB4E; }
p { color: rgb(207,203,78); }
H1.HeaderClassName
{
color: #CFCB4E;
}
.AnyTagClassName
{
color: #CFCB4E;
}
</style>
background-color css
<style>
a { background-color: #CFCB4E; }
a { background-color: rgb(207,203,78); }
div.DivClassName
{
background-color: #CFCB4E;
}
.BgClassName
{
background-color: #CFCB4E;
}
</style>
border-color css
<style>
span { border-color: #CFCB4E; }
span { border-color: rgb(207,203,78); }
td.TdClassName
{
border-color: #CFCB4E;
}
.TagClassName
{
border-color: #CFCB4E;
}
</style>