Shades of Confetti #CFC14C
Tints of Confetti #CFC14C
RGB
CMYK
RGB Variations
Color information
#CFC14C (or 0xCFC14C) is known color: Confetti. HEX triplet: CF, C1 and 4C. RGB value is (207,193,76). Sum of RGB (Red+Green+Blue) = 207+193+76=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC14C is #303EB3. Grayscale: #B8B8B8. Windows color (decimal): -3161780 or 5030351. OLE color: 5030351.
HSL color Cylindrical-coordinate representation of color #CFC14C: hue angle of 53.59º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFC14C is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 76 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.19 |
| HSL | 53.59º | 0.58% | 0.55% | - |
| HSV(B) | 53.59º | 0.63% | 0.81% | - |
| XYZ | 46.11 | 51.93 | 14.43 | - |
| YUV | 183.85 | 67.14 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 76 | 0 | 0.07 | 0.63 | 0.19 | 53.59 | 0.58 | 0.55 |
| Hex | CF | C1 | 4C | 0 | 7 | 3F | 13 | 36 | 3A | 37 |
| Octal | 317 | 301 | 114 | 0 | 7 | 77 | 23 | 66 | 72 | 67 |
| Binary | 11001111 | 11000001 | 1001100 | 0 | 111 | 111111 | 10011 | 110110 | 111010 | 110111 |
Color Harmonies of #CFC14C
Complementary color
Monochromatic Colors of #CFC14C
Black with #CFC14C
Text Example
Text Example
White with #CFC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC14C; }
p { color: rgb(207,193,76); }
H1.HeaderClassName
{
color: #CFC14C;
}
.AnyTagClassName
{
color: #CFC14C;
}
</style>
background-color css
<style>
a { background-color: #CFC14C; }
a { background-color: rgb(207,193,76); }
div.DivClassName
{
background-color: #CFC14C;
}
.BgClassName
{
background-color: #CFC14C;
}
</style>
border-color css
<style>
span { border-color: #CFC14C; }
span { border-color: rgb(207,193,76); }
td.TdClassName
{
border-color: #CFC14C;
}
.TagClassName
{
border-color: #CFC14C;
}
</style>