Shades of Confetti #CFCD4E
Tints of Confetti #CFCD4E
RGB
CMYK
RGB Variations
Color information
#CFCD4E (or 0xCFCD4E) is known color: Confetti. HEX triplet: CF, CD and 4E. RGB value is (207,205,78). Sum of RGB (Red+Green+Blue) = 207+205+78=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 78 (30.86% from 255 or 15.92% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD4E is #3032B1. Grayscale: #BFBFBF. Windows color (decimal): -3158706 or 5164495. OLE color: 5164495.
HSL color Cylindrical-coordinate representation of color #CFCD4E: hue angle of 59.07º 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 #CFCD4E is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 78 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.19 |
| HSL | 59.07º | 0.57% | 0.56% | - |
| HSV(B) | 59.07º | 0.62% | 0.81% | - |
| XYZ | 48.94 | 57.48 | 15.72 | - |
| YUV | 191.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 78 | 0 | 0.01 | 0.62 | 0.19 | 59.07 | 0.57 | 0.56 |
| Hex | CF | CD | 4E | 0 | 1 | 3E | 13 | 3B | 39 | 38 |
| Octal | 317 | 315 | 116 | 0 | 1 | 76 | 23 | 73 | 71 | 70 |
| Binary | 11001111 | 11001101 | 1001110 | 0 | 1 | 111110 | 10011 | 111011 | 111001 | 111000 |
Color Harmonies of #CFCD4E
Complementary color
Monochromatic Colors of #CFCD4E
Black with #CFCD4E
Text Example
Text Example
White with #CFCD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD4E; }
p { color: rgb(207,205,78); }
H1.HeaderClassName
{
color: #CFCD4E;
}
.AnyTagClassName
{
color: #CFCD4E;
}
</style>
background-color css
<style>
a { background-color: #CFCD4E; }
a { background-color: rgb(207,205,78); }
div.DivClassName
{
background-color: #CFCD4E;
}
.BgClassName
{
background-color: #CFCD4E;
}
</style>
border-color css
<style>
span { border-color: #CFCD4E; }
span { border-color: rgb(207,205,78); }
td.TdClassName
{
border-color: #CFCD4E;
}
.TagClassName
{
border-color: #CFCD4E;
}
</style>