Shades of Confetti #CCC652
Tints of Confetti #CCC652
RGB
CMYK
RGB Variations
Color information
#CCC652 (or 0xCCC652) is known color: Confetti. HEX triplet: CC, C6 and 52. RGB value is (204,198,82). Sum of RGB (Red+Green+Blue) = 204+198+82=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC652 is #3339AD. Grayscale: #BBBBBB. Windows color (decimal): -3357102 or 5424844. OLE color: 5424844.
HSL color Cylindrical-coordinate representation of color #CCC652: hue angle of 57.05º 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 #CCC652 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 82 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.2 |
| HSL | 57.05º | 0.54% | 0.56% | - |
| HSV(B) | 57.05º | 0.6% | 0.8% | - |
| XYZ | 46.62 | 53.83 | 15.92 | - |
| YUV | 186.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 82 | 0 | 0.03 | 0.60 | 0.2 | 57.05 | 0.54 | 0.56 |
| Hex | CC | C6 | 52 | 0 | 3 | 3C | 14 | 39 | 36 | 38 |
| Octal | 314 | 306 | 122 | 0 | 3 | 74 | 24 | 71 | 66 | 70 |
| Binary | 11001100 | 11000110 | 1010010 | 0 | 11 | 111100 | 10100 | 111001 | 110110 | 111000 |
Color Harmonies of #CCC652
Complementary color
Monochromatic Colors of #CCC652
Black with #CCC652
Text Example
Text Example
White with #CCC652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC652; }
p { color: rgb(204,198,82); }
H1.HeaderClassName
{
color: #CCC652;
}
.AnyTagClassName
{
color: #CCC652;
}
</style>
background-color css
<style>
a { background-color: #CCC652; }
a { background-color: rgb(204,198,82); }
div.DivClassName
{
background-color: #CCC652;
}
.BgClassName
{
background-color: #CCC652;
}
</style>
border-color css
<style>
span { border-color: #CCC652; }
span { border-color: rgb(204,198,82); }
td.TdClassName
{
border-color: #CCC652;
}
.TagClassName
{
border-color: #CCC652;
}
</style>