Shades of Confetti #CFCC50
Tints of Confetti #CFCC50
RGB
CMYK
RGB Variations
Color information
#CFCC50 (or 0xCFCC50) is known color: Confetti. HEX triplet: CF, CC and 50. RGB value is (207,204,80). Sum of RGB (Red+Green+Blue) = 207+204+80=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC50 is #3033AF. Grayscale: #BFBFBF. Windows color (decimal): -3158960 or 5295311. OLE color: 5295311.
HSL color Cylindrical-coordinate representation of color #CFCC50: hue angle of 58.58º 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 #CFCC50 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 80 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.19 |
| HSL | 58.58º | 0.57% | 0.56% | - |
| HSV(B) | 58.58º | 0.61% | 0.81% | - |
| XYZ | 48.77 | 57.03 | 16.03 | - |
| YUV | 190.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 80 | 0 | 0.01 | 0.61 | 0.19 | 58.58 | 0.57 | 0.56 |
| Hex | CF | CC | 50 | 0 | 1 | 3D | 13 | 3B | 39 | 38 |
| Octal | 317 | 314 | 120 | 0 | 1 | 75 | 23 | 73 | 71 | 70 |
| Binary | 11001111 | 11001100 | 1010000 | 0 | 1 | 111101 | 10011 | 111011 | 111001 | 111000 |
Color Harmonies of #CFCC50
Complementary color
Monochromatic Colors of #CFCC50
Black with #CFCC50
Text Example
Text Example
White with #CFCC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC50; }
p { color: rgb(207,204,80); }
H1.HeaderClassName
{
color: #CFCC50;
}
.AnyTagClassName
{
color: #CFCC50;
}
</style>
background-color css
<style>
a { background-color: #CFCC50; }
a { background-color: rgb(207,204,80); }
div.DivClassName
{
background-color: #CFCC50;
}
.BgClassName
{
background-color: #CFCC50;
}
</style>
border-color css
<style>
span { border-color: #CFCC50; }
span { border-color: rgb(207,204,80); }
td.TdClassName
{
border-color: #CFCC50;
}
.TagClassName
{
border-color: #CFCC50;
}
</style>