Shades of Confetti #CCC94F
Tints of Confetti #CCC94F
RGB
CMYK
RGB Variations
Color information
#CCC94F (or 0xCCC94F) is known color: Confetti. HEX triplet: CC, C9 and 4F. RGB value is (204,201,79). Sum of RGB (Red+Green+Blue) = 204+201+79=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC94F is #3336B0. Grayscale: #BCBCBC. Windows color (decimal): -3356337 or 5229004. OLE color: 5229004.
HSL color Cylindrical-coordinate representation of color #CCC94F: hue angle of 58.56º 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 #CCC94F is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 79 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.2 |
| HSL | 58.56º | 0.55% | 0.55% | - |
| HSV(B) | 58.56º | 0.61% | 0.8% | - |
| XYZ | 47.2 | 55.18 | 15.56 | - |
| YUV | 187.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 79 | 0 | 0.01 | 0.61 | 0.2 | 58.56 | 0.55 | 0.55 |
| Hex | CC | C9 | 4F | 0 | 1 | 3D | 14 | 3B | 37 | 37 |
| Octal | 314 | 311 | 117 | 0 | 1 | 75 | 24 | 73 | 67 | 67 |
| Binary | 11001100 | 11001001 | 1001111 | 0 | 1 | 111101 | 10100 | 111011 | 110111 | 110111 |
Color Harmonies of #CCC94F
Complementary color
Monochromatic Colors of #CCC94F
Black with #CCC94F
Text Example
Text Example
White with #CCC94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC94F; }
p { color: rgb(204,201,79); }
H1.HeaderClassName
{
color: #CCC94F;
}
.AnyTagClassName
{
color: #CCC94F;
}
</style>
background-color css
<style>
a { background-color: #CCC94F; }
a { background-color: rgb(204,201,79); }
div.DivClassName
{
background-color: #CCC94F;
}
.BgClassName
{
background-color: #CCC94F;
}
</style>
border-color css
<style>
span { border-color: #CCC94F; }
span { border-color: rgb(204,201,79); }
td.TdClassName
{
border-color: #CCC94F;
}
.TagClassName
{
border-color: #CCC94F;
}
</style>