Shades of Confetti #CFC04C
Tints of Confetti #CFC04C
RGB
CMYK
RGB Variations
Color information
#CFC04C (or 0xCFC04C) is known color: Confetti. HEX triplet: CF, C0 and 4C. RGB value is (207,192,76). Sum of RGB (Red+Green+Blue) = 207+192+76=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC04C is #303FB3. Grayscale: #B7B7B7. Windows color (decimal): -3162036 or 5030095. OLE color: 5030095.
HSL color Cylindrical-coordinate representation of color #CFC04C: hue angle of 53.13º 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 #CFC04C is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 76 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.19 |
| HSL | 53.13º | 0.58% | 0.55% | - |
| HSV(B) | 53.13º | 0.63% | 0.81% | - |
| XYZ | 45.89 | 51.49 | 14.36 | - |
| YUV | 183.26 | 67.47 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 76 | 0 | 0.07 | 0.63 | 0.19 | 53.13 | 0.58 | 0.55 |
| Hex | CF | C0 | 4C | 0 | 7 | 3F | 13 | 35 | 3A | 37 |
| Octal | 317 | 300 | 114 | 0 | 7 | 77 | 23 | 65 | 72 | 67 |
| Binary | 11001111 | 11000000 | 1001100 | 0 | 111 | 111111 | 10011 | 110101 | 111010 | 110111 |
Color Harmonies of #CFC04C
Complementary color
Monochromatic Colors of #CFC04C
Black with #CFC04C
Text Example
Text Example
White with #CFC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC04C; }
p { color: rgb(207,192,76); }
H1.HeaderClassName
{
color: #CFC04C;
}
.AnyTagClassName
{
color: #CFC04C;
}
</style>
background-color css
<style>
a { background-color: #CFC04C; }
a { background-color: rgb(207,192,76); }
div.DivClassName
{
background-color: #CFC04C;
}
.BgClassName
{
background-color: #CFC04C;
}
</style>
border-color css
<style>
span { border-color: #CFC04C; }
span { border-color: rgb(207,192,76); }
td.TdClassName
{
border-color: #CFC04C;
}
.TagClassName
{
border-color: #CFC04C;
}
</style>