Shades of Confetti #CFCF4E
Tints of Confetti #CFCF4E
RGB
CMYK
RGB Variations
Color information
#CFCF4E (or 0xCFCF4E) is known color: Confetti. HEX triplet: CF, CF and 4E. RGB value is (207,207,78). Sum of RGB (Red+Green+Blue) = 207+207+78=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 78 (30.86% from 255 or 15.85% from 492); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCF4E is #3030B1. Grayscale: #C0C0C0. Windows color (decimal): -3158194 or 5165007. OLE color: 5165007.
HSL color Cylindrical-coordinate representation of color #CFCF4E: hue angle of 60º 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 #CFCF4E is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 78 | - |
| CMYK | 0 | 0 | 0.62 | 0.19 |
| HSL | 60º | 0.57% | 0.56% | - |
| HSV(B) | 60º | 0.62% | 0.81% | - |
| XYZ | 49.42 | 58.44 | 15.88 | - |
| YUV | 192.29 | 63.5 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 78 | 0 | 0 | 0.62 | 0.19 | 60 | 0.57 | 0.56 |
| Hex | CF | CF | 4E | 0 | 0 | 3E | 13 | 3C | 39 | 38 |
| Octal | 317 | 317 | 116 | 0 | 0 | 76 | 23 | 74 | 71 | 70 |
| Binary | 11001111 | 11001111 | 1001110 | 0 | 0 | 111110 | 10011 | 111100 | 111001 | 111000 |
Color Harmonies of #CFCF4E
Complementary color
Monochromatic Colors of #CFCF4E
Black with #CFCF4E
Text Example
Text Example
White with #CFCF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF4E; }
p { color: rgb(207,207,78); }
H1.HeaderClassName
{
color: #CFCF4E;
}
.AnyTagClassName
{
color: #CFCF4E;
}
</style>
background-color css
<style>
a { background-color: #CFCF4E; }
a { background-color: rgb(207,207,78); }
div.DivClassName
{
background-color: #CFCF4E;
}
.BgClassName
{
background-color: #CFCF4E;
}
</style>
border-color css
<style>
span { border-color: #CFCF4E; }
span { border-color: rgb(207,207,78); }
td.TdClassName
{
border-color: #CFCF4E;
}
.TagClassName
{
border-color: #CFCF4E;
}
</style>