Shades of Confetti #CFCA4E
Tints of Confetti #CFCA4E
RGB
CMYK
RGB Variations
Color information
#CFCA4E (or 0xCFCA4E) is known color: Confetti. HEX triplet: CF, CA and 4E. RGB value is (207,202,78). Sum of RGB (Red+Green+Blue) = 207+202+78=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 78 (30.86% from 255 or 16.02% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA4E is #3035B1. Grayscale: #BDBDBD. Windows color (decimal): -3159474 or 5163727. OLE color: 5163727.
HSL color Cylindrical-coordinate representation of color #CFCA4E: hue angle of 57.67º 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 #CFCA4E is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 78 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.19 |
| HSL | 57.67º | 0.57% | 0.56% | - |
| HSV(B) | 57.67º | 0.62% | 0.81% | - |
| XYZ | 48.23 | 56.06 | 15.49 | - |
| YUV | 189.36 | 65.16 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 78 | 0 | 0.02 | 0.62 | 0.19 | 57.67 | 0.57 | 0.56 |
| Hex | CF | CA | 4E | 0 | 2 | 3E | 13 | 3A | 39 | 38 |
| Octal | 317 | 312 | 116 | 0 | 2 | 76 | 23 | 72 | 71 | 70 |
| Binary | 11001111 | 11001010 | 1001110 | 0 | 10 | 111110 | 10011 | 111010 | 111001 | 111000 |
Color Harmonies of #CFCA4E
Complementary color
Monochromatic Colors of #CFCA4E
Black with #CFCA4E
Text Example
Text Example
White with #CFCA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA4E; }
p { color: rgb(207,202,78); }
H1.HeaderClassName
{
color: #CFCA4E;
}
.AnyTagClassName
{
color: #CFCA4E;
}
</style>
background-color css
<style>
a { background-color: #CFCA4E; }
a { background-color: rgb(207,202,78); }
div.DivClassName
{
background-color: #CFCA4E;
}
.BgClassName
{
background-color: #CFCA4E;
}
</style>
border-color css
<style>
span { border-color: #CFCA4E; }
span { border-color: rgb(207,202,78); }
td.TdClassName
{
border-color: #CFCA4E;
}
.TagClassName
{
border-color: #CFCA4E;
}
</style>