Shades of Confetti #CFC94F
Tints of Confetti #CFC94F
RGB
CMYK
RGB Variations
Color information
#CFC94F (or 0xCFC94F) is known color: Confetti. HEX triplet: CF, C9 and 4F. RGB value is (207,201,79). Sum of RGB (Red+Green+Blue) = 207+201+79=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 79 (31.25% from 255 or 16.22% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC94F is #3036B0. Grayscale: #BDBDBD. Windows color (decimal): -3159729 or 5229007. OLE color: 5229007.
HSL color Cylindrical-coordinate representation of color #CFC94F: hue angle of 57.19º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFC94F is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 79 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.19 |
| HSL | 57.19º | 0.57% | 0.56% | - |
| HSV(B) | 57.19º | 0.62% | 0.81% | - |
| XYZ | 48.03 | 55.6 | 15.6 | - |
| YUV | 188.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 79 | 0 | 0.03 | 0.62 | 0.19 | 57.19 | 0.57 | 0.56 |
| Hex | CF | C9 | 4F | 0 | 3 | 3E | 13 | 39 | 39 | 38 |
| Octal | 317 | 311 | 117 | 0 | 3 | 76 | 23 | 71 | 71 | 70 |
| Binary | 11001111 | 11001001 | 1001111 | 0 | 11 | 111110 | 10011 | 111001 | 111001 | 111000 |
Color Harmonies of #CFC94F
Complementary color
Monochromatic Colors of #CFC94F
Black with #CFC94F
Text Example
Text Example
White with #CFC94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC94F; }
p { color: rgb(207,201,79); }
H1.HeaderClassName
{
color: #CFC94F;
}
.AnyTagClassName
{
color: #CFC94F;
}
</style>
background-color css
<style>
a { background-color: #CFC94F; }
a { background-color: rgb(207,201,79); }
div.DivClassName
{
background-color: #CFC94F;
}
.BgClassName
{
background-color: #CFC94F;
}
</style>
border-color css
<style>
span { border-color: #CFC94F; }
span { border-color: rgb(207,201,79); }
td.TdClassName
{
border-color: #CFC94F;
}
.TagClassName
{
border-color: #CFC94F;
}
</style>