Shades of Confetti #CFCC4C
Tints of Confetti #CFCC4C
RGB
CMYK
RGB Variations
Color information
#CFCC4C (or 0xCFCC4C) is known color: Confetti. HEX triplet: CF, CC and 4C. RGB value is (207,204,76). Sum of RGB (Red+Green+Blue) = 207+204+76=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC4C is #3033B3. Grayscale: #BEBEBE. Windows color (decimal): -3158964 or 5033167. OLE color: 5033167.
HSL color Cylindrical-coordinate representation of color #CFCC4C: hue angle of 58.63º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFCC4C is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 76 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.19 |
| HSL | 58.63º | 0.58% | 0.55% | - |
| HSV(B) | 58.63º | 0.63% | 0.81% | - |
| XYZ | 48.63 | 56.97 | 15.27 | - |
| YUV | 190.31 | 63.49 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 76 | 0 | 0.01 | 0.63 | 0.19 | 58.63 | 0.58 | 0.55 |
| Hex | CF | CC | 4C | 0 | 1 | 3F | 13 | 3B | 3A | 37 |
| Octal | 317 | 314 | 114 | 0 | 1 | 77 | 23 | 73 | 72 | 67 |
| Binary | 11001111 | 11001100 | 1001100 | 0 | 1 | 111111 | 10011 | 111011 | 111010 | 110111 |
Color Harmonies of #CFCC4C
Complementary color
Monochromatic Colors of #CFCC4C
Black with #CFCC4C
Text Example
Text Example
White with #CFCC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC4C; }
p { color: rgb(207,204,76); }
H1.HeaderClassName
{
color: #CFCC4C;
}
.AnyTagClassName
{
color: #CFCC4C;
}
</style>
background-color css
<style>
a { background-color: #CFCC4C; }
a { background-color: rgb(207,204,76); }
div.DivClassName
{
background-color: #CFCC4C;
}
.BgClassName
{
background-color: #CFCC4C;
}
</style>
border-color css
<style>
span { border-color: #CFCC4C; }
span { border-color: rgb(207,204,76); }
td.TdClassName
{
border-color: #CFCC4C;
}
.TagClassName
{
border-color: #CFCC4C;
}
</style>