Shades of Confetti #CCC84F
Tints of Confetti #CCC84F
RGB
CMYK
RGB Variations
Color information
#CCC84F (or 0xCCC84F) is known color: Confetti. HEX triplet: CC, C8 and 4F. RGB value is (204,200,79). Sum of RGB (Red+Green+Blue) = 204+200+79=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC84F is #3337B0. Grayscale: #BBBBBB. Windows color (decimal): -3356593 or 5228748. OLE color: 5228748.
HSL color Cylindrical-coordinate representation of color #CCC84F: hue angle of 58.08º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCC84F is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 79 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.2 |
| HSL | 58.08º | 0.55% | 0.55% | - |
| HSV(B) | 58.08º | 0.61% | 0.8% | - |
| XYZ | 46.97 | 54.71 | 15.48 | - |
| YUV | 187.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 79 | 0 | 0.02 | 0.61 | 0.2 | 58.08 | 0.55 | 0.55 |
| Hex | CC | C8 | 4F | 0 | 2 | 3D | 14 | 3A | 37 | 37 |
| Octal | 314 | 310 | 117 | 0 | 2 | 75 | 24 | 72 | 67 | 67 |
| Binary | 11001100 | 11001000 | 1001111 | 0 | 10 | 111101 | 10100 | 111010 | 110111 | 110111 |
Color Harmonies of #CCC84F
Complementary color
Monochromatic Colors of #CCC84F
Black with #CCC84F
Text Example
Text Example
White with #CCC84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC84F; }
p { color: rgb(204,200,79); }
H1.HeaderClassName
{
color: #CCC84F;
}
.AnyTagClassName
{
color: #CCC84F;
}
</style>
background-color css
<style>
a { background-color: #CCC84F; }
a { background-color: rgb(204,200,79); }
div.DivClassName
{
background-color: #CCC84F;
}
.BgClassName
{
background-color: #CCC84F;
}
</style>
border-color css
<style>
span { border-color: #CCC84F; }
span { border-color: rgb(204,200,79); }
td.TdClassName
{
border-color: #CCC84F;
}
.TagClassName
{
border-color: #CCC84F;
}
</style>