Shades of Confetti #CFC150
Tints of Confetti #CFC150
RGB
CMYK
RGB Variations
Color information
#CFC150 (or 0xCFC150) is known color: Confetti. HEX triplet: CF, C1 and 50. RGB value is (207,193,80). Sum of RGB (Red+Green+Blue) = 207+193+80=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC150 is #303EAF. Grayscale: #B8B8B8. Windows color (decimal): -3161776 or 5292495. OLE color: 5292495.
HSL color Cylindrical-coordinate representation of color #CFC150: hue angle of 53.39º 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 #CFC150 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 80 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.19 |
| HSL | 53.39º | 0.57% | 0.56% | - |
| HSV(B) | 53.39º | 0.61% | 0.81% | - |
| XYZ | 46.25 | 51.98 | 15.19 | - |
| YUV | 184.3 | 69.14 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 80 | 0 | 0.07 | 0.61 | 0.19 | 53.39 | 0.57 | 0.56 |
| Hex | CF | C1 | 50 | 0 | 7 | 3D | 13 | 35 | 39 | 38 |
| Octal | 317 | 301 | 120 | 0 | 7 | 75 | 23 | 65 | 71 | 70 |
| Binary | 11001111 | 11000001 | 1010000 | 0 | 111 | 111101 | 10011 | 110101 | 111001 | 111000 |
Color Harmonies of #CFC150
Complementary color
Monochromatic Colors of #CFC150
Black with #CFC150
Text Example
Text Example
White with #CFC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC150; }
p { color: rgb(207,193,80); }
H1.HeaderClassName
{
color: #CFC150;
}
.AnyTagClassName
{
color: #CFC150;
}
</style>
background-color css
<style>
a { background-color: #CFC150; }
a { background-color: rgb(207,193,80); }
div.DivClassName
{
background-color: #CFC150;
}
.BgClassName
{
background-color: #CFC150;
}
</style>
border-color css
<style>
span { border-color: #CFC150; }
span { border-color: rgb(207,193,80); }
td.TdClassName
{
border-color: #CFC150;
}
.TagClassName
{
border-color: #CFC150;
}
</style>