Shades of Confetti #CFBF4B
Tints of Confetti #CFBF4B
RGB
CMYK
RGB Variations
Color information
#CFBF4B (or 0xCFBF4B) is known color: Confetti. HEX triplet: CF, BF and 4B. RGB value is (207,191,75). Sum of RGB (Red+Green+Blue) = 207+191+75=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF4B is #3040B4. Grayscale: #B7B7B7. Windows color (decimal): -3162293 or 4964303. OLE color: 4964303.
HSL color Cylindrical-coordinate representation of color #CFBF4B: hue angle of 52.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFBF4B is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 75 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.19 |
| HSL | 52.73º | 0.58% | 0.55% | - |
| HSV(B) | 52.73º | 0.64% | 0.81% | - |
| XYZ | 45.63 | 51.04 | 14.1 | - |
| YUV | 182.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 75 | 0 | 0.08 | 0.64 | 0.19 | 52.73 | 0.58 | 0.55 |
| Hex | CF | BF | 4B | 0 | 8 | 40 | 13 | 35 | 3A | 37 |
| Octal | 317 | 277 | 113 | 0 | 10 | 100 | 23 | 65 | 72 | 67 |
| Binary | 11001111 | 10111111 | 1001011 | 0 | 1000 | 1000000 | 10011 | 110101 | 111010 | 110111 |
Color Harmonies of #CFBF4B
Complementary color
Monochromatic Colors of #CFBF4B
Black with #CFBF4B
Text Example
Text Example
White with #CFBF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF4B; }
p { color: rgb(207,191,75); }
H1.HeaderClassName
{
color: #CFBF4B;
}
.AnyTagClassName
{
color: #CFBF4B;
}
</style>
background-color css
<style>
a { background-color: #CFBF4B; }
a { background-color: rgb(207,191,75); }
div.DivClassName
{
background-color: #CFBF4B;
}
.BgClassName
{
background-color: #CFBF4B;
}
</style>
border-color css
<style>
span { border-color: #CFBF4B; }
span { border-color: rgb(207,191,75); }
td.TdClassName
{
border-color: #CFBF4B;
}
.TagClassName
{
border-color: #CFBF4B;
}
</style>