Shades of Confetti #CFD050
Tints of Confetti #CFD050
RGB
CMYK
RGB Variations
Color information
#CFD050 (or 0xCFD050) is known color: Confetti. HEX triplet: CF, D0 and 50. RGB value is (207,208,80). Sum of RGB (Red+Green+Blue) = 207+208+80=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD050 is #302FAF. Grayscale: #C1C1C1. Windows color (decimal): -3157936 or 5296335. OLE color: 5296335.
HSL color Cylindrical-coordinate representation of color #CFD050: hue angle of 60.47º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFD050 is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 80 | - |
| CMYK | 0.00 | 0 | 0.62 | 0.18 |
| HSL | 60.47º | 0.58% | 0.56% | - |
| HSV(B) | 60.47º | 0.62% | 0.82% | - |
| XYZ | 49.74 | 58.96 | 16.35 | - |
| YUV | 193.11 | 64.17 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 80 | 0.00 | 0 | 0.62 | 0.18 | 60.47 | 0.58 | 0.56 |
| Hex | CF | D0 | 50 | 0 | 0 | 3E | 12 | 3C | 3A | 38 |
| Octal | 317 | 320 | 120 | 0 | 0 | 76 | 22 | 74 | 72 | 70 |
| Binary | 11001111 | 11010000 | 1010000 | 0 | 0 | 111110 | 10010 | 111100 | 111010 | 111000 |
Color Harmonies of #CFD050
Complementary color
Monochromatic Colors of #CFD050
Black with #CFD050
Text Example
Text Example
White with #CFD050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD050; }
p { color: rgb(207,208,80); }
H1.HeaderClassName
{
color: #CFD050;
}
.AnyTagClassName
{
color: #CFD050;
}
</style>
background-color css
<style>
a { background-color: #CFD050; }
a { background-color: rgb(207,208,80); }
div.DivClassName
{
background-color: #CFD050;
}
.BgClassName
{
background-color: #CFD050;
}
</style>
border-color css
<style>
span { border-color: #CFD050; }
span { border-color: rgb(207,208,80); }
td.TdClassName
{
border-color: #CFD050;
}
.TagClassName
{
border-color: #CFD050;
}
</style>