Shades of Confetti #CCC452
Tints of Confetti #CCC452
RGB
CMYK
RGB Variations
Color information
#CCC452 (or 0xCCC452) is known color: Confetti. HEX triplet: CC, C4 and 52. RGB value is (204,196,82). Sum of RGB (Red+Green+Blue) = 204+196+82=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC452 is #333BAD. Grayscale: #B9B9B9. Windows color (decimal): -3357614 or 5424332. OLE color: 5424332.
HSL color Cylindrical-coordinate representation of color #CCC452: hue angle of 56.07º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCC452 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 82 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.2 |
| HSL | 56.07º | 0.54% | 0.56% | - |
| HSV(B) | 56.07º | 0.6% | 0.8% | - |
| XYZ | 46.16 | 52.93 | 15.77 | - |
| YUV | 185.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 82 | 0 | 0.04 | 0.60 | 0.2 | 56.07 | 0.54 | 0.56 |
| Hex | CC | C4 | 52 | 0 | 4 | 3C | 14 | 38 | 36 | 38 |
| Octal | 314 | 304 | 122 | 0 | 4 | 74 | 24 | 70 | 66 | 70 |
| Binary | 11001100 | 11000100 | 1010010 | 0 | 100 | 111100 | 10100 | 111000 | 110110 | 111000 |
Color Harmonies of #CCC452
Complementary color
Monochromatic Colors of #CCC452
Black with #CCC452
Text Example
Text Example
White with #CCC452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC452; }
p { color: rgb(204,196,82); }
H1.HeaderClassName
{
color: #CCC452;
}
.AnyTagClassName
{
color: #CCC452;
}
</style>
background-color css
<style>
a { background-color: #CCC452; }
a { background-color: rgb(204,196,82); }
div.DivClassName
{
background-color: #CCC452;
}
.BgClassName
{
background-color: #CCC452;
}
</style>
border-color css
<style>
span { border-color: #CCC452; }
span { border-color: rgb(204,196,82); }
td.TdClassName
{
border-color: #CCC452;
}
.TagClassName
{
border-color: #CCC452;
}
</style>