Shades of Confetti #CFBF4E
Tints of Confetti #CFBF4E
RGB
CMYK
RGB Variations
Color information
#CFBF4E (or 0xCFBF4E) is known color: Confetti. HEX triplet: CF, BF and 4E. RGB value is (207,191,78). Sum of RGB (Red+Green+Blue) = 207+191+78=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBF4E is #3040B1. Grayscale: #B7B7B7. Windows color (decimal): -3162290 or 5160911. OLE color: 5160911.
HSL color Cylindrical-coordinate representation of color #CFBF4E: hue angle of 52.56º 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 #CFBF4E is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 78 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.19 |
| HSL | 52.56º | 0.57% | 0.56% | - |
| HSV(B) | 52.56º | 0.62% | 0.81% | - |
| XYZ | 45.74 | 51.08 | 14.66 | - |
| YUV | 182.9 | 68.8 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 78 | 0 | 0.08 | 0.62 | 0.19 | 52.56 | 0.57 | 0.56 |
| Hex | CF | BF | 4E | 0 | 8 | 3E | 13 | 35 | 39 | 38 |
| Octal | 317 | 277 | 116 | 0 | 10 | 76 | 23 | 65 | 71 | 70 |
| Binary | 11001111 | 10111111 | 1001110 | 0 | 1000 | 111110 | 10011 | 110101 | 111001 | 111000 |
Color Harmonies of #CFBF4E
Complementary color
Monochromatic Colors of #CFBF4E
Black with #CFBF4E
Text Example
Text Example
White with #CFBF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF4E; }
p { color: rgb(207,191,78); }
H1.HeaderClassName
{
color: #CFBF4E;
}
.AnyTagClassName
{
color: #CFBF4E;
}
</style>
background-color css
<style>
a { background-color: #CFBF4E; }
a { background-color: rgb(207,191,78); }
div.DivClassName
{
background-color: #CFBF4E;
}
.BgClassName
{
background-color: #CFBF4E;
}
</style>
border-color css
<style>
span { border-color: #CFBF4E; }
span { border-color: rgb(207,191,78); }
td.TdClassName
{
border-color: #CFBF4E;
}
.TagClassName
{
border-color: #CFBF4E;
}
</style>