Shades of Confetti #CCC852
Tints of Confetti #CCC852
RGB
CMYK
RGB Variations
Color information
#CCC852 (or 0xCCC852) is known color: Confetti. HEX triplet: CC, C8 and 52. RGB value is (204,200,82). Sum of RGB (Red+Green+Blue) = 204+200+82=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC852 is #3337AD. Grayscale: #BCBCBC. Windows color (decimal): -3356590 or 5425356. OLE color: 5425356.
HSL color Cylindrical-coordinate representation of color #CCC852: hue angle of 58.03º 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 #CCC852 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 82 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.2 |
| HSL | 58.03º | 0.54% | 0.56% | - |
| HSV(B) | 58.03º | 0.6% | 0.8% | - |
| XYZ | 47.08 | 54.76 | 16.07 | - |
| YUV | 187.74 | 68.33 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 82 | 0 | 0.02 | 0.60 | 0.2 | 58.03 | 0.54 | 0.56 |
| Hex | CC | C8 | 52 | 0 | 2 | 3C | 14 | 3A | 36 | 38 |
| Octal | 314 | 310 | 122 | 0 | 2 | 74 | 24 | 72 | 66 | 70 |
| Binary | 11001100 | 11001000 | 1010010 | 0 | 10 | 111100 | 10100 | 111010 | 110110 | 111000 |
Color Harmonies of #CCC852
Complementary color
Monochromatic Colors of #CCC852
Black with #CCC852
Text Example
Text Example
White with #CCC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC852; }
p { color: rgb(204,200,82); }
H1.HeaderClassName
{
color: #CCC852;
}
.AnyTagClassName
{
color: #CCC852;
}
</style>
background-color css
<style>
a { background-color: #CCC852; }
a { background-color: rgb(204,200,82); }
div.DivClassName
{
background-color: #CCC852;
}
.BgClassName
{
background-color: #CCC852;
}
</style>
border-color css
<style>
span { border-color: #CCC852; }
span { border-color: rgb(204,200,82); }
td.TdClassName
{
border-color: #CCC852;
}
.TagClassName
{
border-color: #CCC852;
}
</style>