Shades of Confetti #CFC850
Tints of Confetti #CFC850
RGB
CMYK
RGB Variations
Color information
#CFC850 (or 0xCFC850) is known color: Confetti. HEX triplet: CF, C8 and 50. RGB value is (207,200,80). Sum of RGB (Red+Green+Blue) = 207+200+80=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC850 is #3037AF. Grayscale: #BCBCBC. Windows color (decimal): -3159984 or 5294287. OLE color: 5294287.
HSL color Cylindrical-coordinate representation of color #CFC850: hue angle of 56.69º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFC850 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 80 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.19 |
| HSL | 56.69º | 0.57% | 0.56% | - |
| HSV(B) | 56.69º | 0.61% | 0.81% | - |
| XYZ | 47.83 | 55.15 | 15.71 | - |
| YUV | 188.41 | 66.82 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 80 | 0 | 0.03 | 0.61 | 0.19 | 56.69 | 0.57 | 0.56 |
| Hex | CF | C8 | 50 | 0 | 3 | 3D | 13 | 39 | 39 | 38 |
| Octal | 317 | 310 | 120 | 0 | 3 | 75 | 23 | 71 | 71 | 70 |
| Binary | 11001111 | 11001000 | 1010000 | 0 | 11 | 111101 | 10011 | 111001 | 111001 | 111000 |
Color Harmonies of #CFC850
Complementary color
Monochromatic Colors of #CFC850
Black with #CFC850
Text Example
Text Example
White with #CFC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC850; }
p { color: rgb(207,200,80); }
H1.HeaderClassName
{
color: #CFC850;
}
.AnyTagClassName
{
color: #CFC850;
}
</style>
background-color css
<style>
a { background-color: #CFC850; }
a { background-color: rgb(207,200,80); }
div.DivClassName
{
background-color: #CFC850;
}
.BgClassName
{
background-color: #CFC850;
}
</style>
border-color css
<style>
span { border-color: #CFC850; }
span { border-color: rgb(207,200,80); }
td.TdClassName
{
border-color: #CFC850;
}
.TagClassName
{
border-color: #CFC850;
}
</style>