Shades of Confetti #CFCF50
Tints of Confetti #CFCF50
RGB
CMYK
RGB Variations
Color information
#CFCF50 (or 0xCFCF50) is known color: Confetti. HEX triplet: CF, CF and 50. RGB value is (207,207,80). Sum of RGB (Red+Green+Blue) = 207+207+80=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCF50 is #3030AF. Grayscale: #C1C1C1. Windows color (decimal): -3158192 or 5296079. OLE color: 5296079.
HSL color Cylindrical-coordinate representation of color #CFCF50: 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.61%. Process color model (Four color, CMYK) of #CFCF50 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 80 | - |
| CMYK | 0 | 0 | 0.61 | 0.19 |
| HSL | 60º | 0.57% | 0.56% | - |
| HSV(B) | 60º | 0.61% | 0.81% | - |
| XYZ | 49.49 | 58.47 | 16.27 | - |
| YUV | 192.52 | 64.5 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 80 | 0 | 0 | 0.61 | 0.19 | 60 | 0.57 | 0.56 |
| Hex | CF | CF | 50 | 0 | 0 | 3D | 13 | 3C | 39 | 38 |
| Octal | 317 | 317 | 120 | 0 | 0 | 75 | 23 | 74 | 71 | 70 |
| Binary | 11001111 | 11001111 | 1010000 | 0 | 0 | 111101 | 10011 | 111100 | 111001 | 111000 |
Color Harmonies of #CFCF50
Complementary color
Monochromatic Colors of #CFCF50
Black with #CFCF50
Text Example
Text Example
White with #CFCF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF50; }
p { color: rgb(207,207,80); }
H1.HeaderClassName
{
color: #CFCF50;
}
.AnyTagClassName
{
color: #CFCF50;
}
</style>
background-color css
<style>
a { background-color: #CFCF50; }
a { background-color: rgb(207,207,80); }
div.DivClassName
{
background-color: #CFCF50;
}
.BgClassName
{
background-color: #CFCF50;
}
</style>
border-color css
<style>
span { border-color: #CFCF50; }
span { border-color: rgb(207,207,80); }
td.TdClassName
{
border-color: #CFCF50;
}
.TagClassName
{
border-color: #CFCF50;
}
</style>