Shades of Confetti #CFC64E
Tints of Confetti #CFC64E
RGB
CMYK
RGB Variations
Color information
#CFC64E (or 0xCFC64E) is known color: Confetti. HEX triplet: CF, C6 and 4E. RGB value is (207,198,78). Sum of RGB (Red+Green+Blue) = 207+198+78=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC64E is #3039B1. Grayscale: #BBBBBB. Windows color (decimal): -3160498 or 5162703. OLE color: 5162703.
HSL color Cylindrical-coordinate representation of color #CFC64E: hue angle of 55.81º 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 #CFC64E is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 78 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.19 |
| HSL | 55.81º | 0.57% | 0.56% | - |
| HSV(B) | 55.81º | 0.62% | 0.81% | - |
| XYZ | 47.3 | 54.2 | 15.18 | - |
| YUV | 187.01 | 66.48 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 78 | 0 | 0.04 | 0.62 | 0.19 | 55.81 | 0.57 | 0.56 |
| Hex | CF | C6 | 4E | 0 | 4 | 3E | 13 | 38 | 39 | 38 |
| Octal | 317 | 306 | 116 | 0 | 4 | 76 | 23 | 70 | 71 | 70 |
| Binary | 11001111 | 11000110 | 1001110 | 0 | 100 | 111110 | 10011 | 111000 | 111001 | 111000 |
Color Harmonies of #CFC64E
Complementary color
Monochromatic Colors of #CFC64E
Black with #CFC64E
Text Example
Text Example
White with #CFC64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC64E; }
p { color: rgb(207,198,78); }
H1.HeaderClassName
{
color: #CFC64E;
}
.AnyTagClassName
{
color: #CFC64E;
}
</style>
background-color css
<style>
a { background-color: #CFC64E; }
a { background-color: rgb(207,198,78); }
div.DivClassName
{
background-color: #CFC64E;
}
.BgClassName
{
background-color: #CFC64E;
}
</style>
border-color css
<style>
span { border-color: #CFC64E; }
span { border-color: rgb(207,198,78); }
td.TdClassName
{
border-color: #CFC64E;
}
.TagClassName
{
border-color: #CFC64E;
}
</style>