Shades of Confetti #CCC04E
Tints of Confetti #CCC04E
RGB
CMYK
RGB Variations
Color information
#CCC04E (or 0xCCC04E) is known color: Confetti. HEX triplet: CC, C0 and 4E. RGB value is (204,192,78). Sum of RGB (Red+Green+Blue) = 204+192+78=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC04E is #333FB1. Grayscale: #B7B7B7. Windows color (decimal): -3358642 or 5161164. OLE color: 5161164.
HSL color Cylindrical-coordinate representation of color #CCC04E: hue angle of 54.29º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCC04E is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 78 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.2 |
| HSL | 54.29º | 0.55% | 0.55% | - |
| HSV(B) | 54.29º | 0.62% | 0.8% | - |
| XYZ | 45.13 | 51.09 | 14.69 | - |
| YUV | 182.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 78 | 0 | 0.06 | 0.62 | 0.2 | 54.29 | 0.55 | 0.55 |
| Hex | CC | C0 | 4E | 0 | 6 | 3E | 14 | 36 | 37 | 37 |
| Octal | 314 | 300 | 116 | 0 | 6 | 76 | 24 | 66 | 67 | 67 |
| Binary | 11001100 | 11000000 | 1001110 | 0 | 110 | 111110 | 10100 | 110110 | 110111 | 110111 |
Color Harmonies of #CCC04E
Complementary color
Monochromatic Colors of #CCC04E
Black with #CCC04E
Text Example
Text Example
White with #CCC04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC04E; }
p { color: rgb(204,192,78); }
H1.HeaderClassName
{
color: #CCC04E;
}
.AnyTagClassName
{
color: #CCC04E;
}
</style>
background-color css
<style>
a { background-color: #CCC04E; }
a { background-color: rgb(204,192,78); }
div.DivClassName
{
background-color: #CCC04E;
}
.BgClassName
{
background-color: #CCC04E;
}
</style>
border-color css
<style>
span { border-color: #CCC04E; }
span { border-color: rgb(204,192,78); }
td.TdClassName
{
border-color: #CCC04E;
}
.TagClassName
{
border-color: #CCC04E;
}
</style>