Shades of Confetti #CCC14F
Tints of Confetti #CCC14F
RGB
CMYK
RGB Variations
Color information
#CCC14F (or 0xCCC14F) is known color: Confetti. HEX triplet: CC, C1 and 4F. RGB value is (204,193,79). Sum of RGB (Red+Green+Blue) = 204+193+79=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC14F is #333EB0. Grayscale: #B7B7B7. Windows color (decimal): -3358385 or 5226956. OLE color: 5226956.
HSL color Cylindrical-coordinate representation of color #CCC14F: hue angle of 54.72º 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 #CCC14F is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 79 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.2 |
| HSL | 54.72º | 0.55% | 0.55% | - |
| HSV(B) | 54.72º | 0.61% | 0.8% | - |
| XYZ | 45.38 | 51.54 | 14.95 | - |
| YUV | 183.29 | 69.14 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 79 | 0 | 0.05 | 0.61 | 0.2 | 54.72 | 0.55 | 0.55 |
| Hex | CC | C1 | 4F | 0 | 5 | 3D | 14 | 37 | 37 | 37 |
| Octal | 314 | 301 | 117 | 0 | 5 | 75 | 24 | 67 | 67 | 67 |
| Binary | 11001100 | 11000001 | 1001111 | 0 | 101 | 111101 | 10100 | 110111 | 110111 | 110111 |
Color Harmonies of #CCC14F
Complementary color
Monochromatic Colors of #CCC14F
Black with #CCC14F
Text Example
Text Example
White with #CCC14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC14F; }
p { color: rgb(204,193,79); }
H1.HeaderClassName
{
color: #CCC14F;
}
.AnyTagClassName
{
color: #CCC14F;
}
</style>
background-color css
<style>
a { background-color: #CCC14F; }
a { background-color: rgb(204,193,79); }
div.DivClassName
{
background-color: #CCC14F;
}
.BgClassName
{
background-color: #CCC14F;
}
</style>
border-color css
<style>
span { border-color: #CCC14F; }
span { border-color: rgb(204,193,79); }
td.TdClassName
{
border-color: #CCC14F;
}
.TagClassName
{
border-color: #CCC14F;
}
</style>