Shades of Confetti #CFC94E
Tints of Confetti #CFC94E
RGB
CMYK
RGB Variations
Color information
#CFC94E (or 0xCFC94E) is known color: Confetti. HEX triplet: CF, C9 and 4E. RGB value is (207,201,78). Sum of RGB (Red+Green+Blue) = 207+201+78=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC94E is #3036B1. Grayscale: #BDBDBD. Windows color (decimal): -3159730 or 5163471. OLE color: 5163471.
HSL color Cylindrical-coordinate representation of color #CFC94E: hue angle of 57.21º 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 #CFC94E is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 78 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.19 |
| HSL | 57.21º | 0.57% | 0.56% | - |
| HSV(B) | 57.21º | 0.62% | 0.81% | - |
| XYZ | 47.99 | 55.59 | 15.41 | - |
| YUV | 188.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 78 | 0 | 0.03 | 0.62 | 0.19 | 57.21 | 0.57 | 0.56 |
| Hex | CF | C9 | 4E | 0 | 3 | 3E | 13 | 39 | 39 | 38 |
| Octal | 317 | 311 | 116 | 0 | 3 | 76 | 23 | 71 | 71 | 70 |
| Binary | 11001111 | 11001001 | 1001110 | 0 | 11 | 111110 | 10011 | 111001 | 111001 | 111000 |
Color Harmonies of #CFC94E
Complementary color
Monochromatic Colors of #CFC94E
Black with #CFC94E
Text Example
Text Example
White with #CFC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC94E; }
p { color: rgb(207,201,78); }
H1.HeaderClassName
{
color: #CFC94E;
}
.AnyTagClassName
{
color: #CFC94E;
}
</style>
background-color css
<style>
a { background-color: #CFC94E; }
a { background-color: rgb(207,201,78); }
div.DivClassName
{
background-color: #CFC94E;
}
.BgClassName
{
background-color: #CFC94E;
}
</style>
border-color css
<style>
span { border-color: #CFC94E; }
span { border-color: rgb(207,201,78); }
td.TdClassName
{
border-color: #CFC94E;
}
.TagClassName
{
border-color: #CFC94E;
}
</style>