Shades of Confetti #CFC94C
Tints of Confetti #CFC94C
RGB
CMYK
RGB Variations
Color information
#CFC94C (or 0xCFC94C) is known color: Confetti. HEX triplet: CF, C9 and 4C. RGB value is (207,201,76). Sum of RGB (Red+Green+Blue) = 207+201+76=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC94C is #3036B3. Grayscale: #BDBDBD. Windows color (decimal): -3159732 or 5032399. OLE color: 5032399.
HSL color Cylindrical-coordinate representation of color #CFC94C: hue angle of 57.25º 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 #CFC94C is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 76 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.19 |
| HSL | 57.25º | 0.58% | 0.55% | - |
| HSV(B) | 57.25º | 0.63% | 0.81% | - |
| XYZ | 47.92 | 55.56 | 15.04 | - |
| YUV | 188.54 | 64.49 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 76 | 0 | 0.03 | 0.63 | 0.19 | 57.25 | 0.58 | 0.55 |
| Hex | CF | C9 | 4C | 0 | 3 | 3F | 13 | 39 | 3A | 37 |
| Octal | 317 | 311 | 114 | 0 | 3 | 77 | 23 | 71 | 72 | 67 |
| Binary | 11001111 | 11001001 | 1001100 | 0 | 11 | 111111 | 10011 | 111001 | 111010 | 110111 |
Color Harmonies of #CFC94C
Complementary color
Monochromatic Colors of #CFC94C
Black with #CFC94C
Text Example
Text Example
White with #CFC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC94C; }
p { color: rgb(207,201,76); }
H1.HeaderClassName
{
color: #CFC94C;
}
.AnyTagClassName
{
color: #CFC94C;
}
</style>
background-color css
<style>
a { background-color: #CFC94C; }
a { background-color: rgb(207,201,76); }
div.DivClassName
{
background-color: #CFC94C;
}
.BgClassName
{
background-color: #CFC94C;
}
</style>
border-color css
<style>
span { border-color: #CFC94C; }
span { border-color: rgb(207,201,76); }
td.TdClassName
{
border-color: #CFC94C;
}
.TagClassName
{
border-color: #CFC94C;
}
</style>