Shades of Confetti #CFCC4E
Tints of Confetti #CFCC4E
RGB
CMYK
RGB Variations
Color information
#CFCC4E (or 0xCFCC4E) is known color: Confetti. HEX triplet: CF, CC and 4E. RGB value is (207,204,78). Sum of RGB (Red+Green+Blue) = 207+204+78=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC4E is #3033B1. Grayscale: #BFBFBF. Windows color (decimal): -3158962 or 5164239. OLE color: 5164239.
HSL color Cylindrical-coordinate representation of color #CFCC4E: hue angle of 58.6º 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 #CFCC4E is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 78 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.19 |
| HSL | 58.6º | 0.57% | 0.56% | - |
| HSV(B) | 58.6º | 0.62% | 0.81% | - |
| XYZ | 48.7 | 57 | 15.64 | - |
| YUV | 190.53 | 64.49 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 78 | 0 | 0.01 | 0.62 | 0.19 | 58.6 | 0.57 | 0.56 |
| Hex | CF | CC | 4E | 0 | 1 | 3E | 13 | 3B | 39 | 38 |
| Octal | 317 | 314 | 116 | 0 | 1 | 76 | 23 | 73 | 71 | 70 |
| Binary | 11001111 | 11001100 | 1001110 | 0 | 1 | 111110 | 10011 | 111011 | 111001 | 111000 |
Color Harmonies of #CFCC4E
Complementary color
Monochromatic Colors of #CFCC4E
Black with #CFCC4E
Text Example
Text Example
White with #CFCC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC4E; }
p { color: rgb(207,204,78); }
H1.HeaderClassName
{
color: #CFCC4E;
}
.AnyTagClassName
{
color: #CFCC4E;
}
</style>
background-color css
<style>
a { background-color: #CFCC4E; }
a { background-color: rgb(207,204,78); }
div.DivClassName
{
background-color: #CFCC4E;
}
.BgClassName
{
background-color: #CFCC4E;
}
</style>
border-color css
<style>
span { border-color: #CFCC4E; }
span { border-color: rgb(207,204,78); }
td.TdClassName
{
border-color: #CFCC4E;
}
.TagClassName
{
border-color: #CFCC4E;
}
</style>