Shades of Confetti #CFC54C
Tints of Confetti #CFC54C
RGB
CMYK
RGB Variations
Color information
#CFC54C (or 0xCFC54C) is known color: Confetti. HEX triplet: CF, C5 and 4C. RGB value is (207,197,76). Sum of RGB (Red+Green+Blue) = 207+197+76=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC54C is #303AB3. Grayscale: #BABABA. Windows color (decimal): -3160756 or 5031375. OLE color: 5031375.
HSL color Cylindrical-coordinate representation of color #CFC54C: hue angle of 55.42º 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 #CFC54C is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 76 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.19 |
| HSL | 55.42º | 0.58% | 0.55% | - |
| HSV(B) | 55.42º | 0.63% | 0.81% | - |
| XYZ | 47 | 53.72 | 14.73 | - |
| YUV | 186.2 | 65.81 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 76 | 0 | 0.05 | 0.63 | 0.19 | 55.42 | 0.58 | 0.55 |
| Hex | CF | C5 | 4C | 0 | 5 | 3F | 13 | 37 | 3A | 37 |
| Octal | 317 | 305 | 114 | 0 | 5 | 77 | 23 | 67 | 72 | 67 |
| Binary | 11001111 | 11000101 | 1001100 | 0 | 101 | 111111 | 10011 | 110111 | 111010 | 110111 |
Color Harmonies of #CFC54C
Complementary color
Monochromatic Colors of #CFC54C
Black with #CFC54C
Text Example
Text Example
White with #CFC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC54C; }
p { color: rgb(207,197,76); }
H1.HeaderClassName
{
color: #CFC54C;
}
.AnyTagClassName
{
color: #CFC54C;
}
</style>
background-color css
<style>
a { background-color: #CFC54C; }
a { background-color: rgb(207,197,76); }
div.DivClassName
{
background-color: #CFC54C;
}
.BgClassName
{
background-color: #CFC54C;
}
</style>
border-color css
<style>
span { border-color: #CFC54C; }
span { border-color: rgb(207,197,76); }
td.TdClassName
{
border-color: #CFC54C;
}
.TagClassName
{
border-color: #CFC54C;
}
</style>