Shades of Confetti #CCC952
Tints of Confetti #CCC952
RGB
CMYK
RGB Variations
Color information
#CCC952 (or 0xCCC952) is known color: Confetti. HEX triplet: CC, C9 and 52. RGB value is (204,201,82). Sum of RGB (Red+Green+Blue) = 204+201+82=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC952 is #3336AD. Grayscale: #BCBCBC. Windows color (decimal): -3356334 or 5425612. OLE color: 5425612.
HSL color Cylindrical-coordinate representation of color #CCC952: hue angle of 58.52º 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 #CCC952 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 82 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.2 |
| HSL | 58.52º | 0.54% | 0.56% | - |
| HSV(B) | 58.52º | 0.6% | 0.8% | - |
| XYZ | 47.31 | 55.22 | 16.15 | - |
| YUV | 188.33 | 67.99 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 82 | 0 | 0.01 | 0.60 | 0.2 | 58.52 | 0.54 | 0.56 |
| Hex | CC | C9 | 52 | 0 | 1 | 3C | 14 | 3B | 36 | 38 |
| Octal | 314 | 311 | 122 | 0 | 1 | 74 | 24 | 73 | 66 | 70 |
| Binary | 11001100 | 11001001 | 1010010 | 0 | 1 | 111100 | 10100 | 111011 | 110110 | 111000 |
Color Harmonies of #CCC952
Complementary color
Monochromatic Colors of #CCC952
Black with #CCC952
Text Example
Text Example
White with #CCC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC952; }
p { color: rgb(204,201,82); }
H1.HeaderClassName
{
color: #CCC952;
}
.AnyTagClassName
{
color: #CCC952;
}
</style>
background-color css
<style>
a { background-color: #CCC952; }
a { background-color: rgb(204,201,82); }
div.DivClassName
{
background-color: #CCC952;
}
.BgClassName
{
background-color: #CCC952;
}
</style>
border-color css
<style>
span { border-color: #CCC952; }
span { border-color: rgb(204,201,82); }
td.TdClassName
{
border-color: #CCC952;
}
.TagClassName
{
border-color: #CCC952;
}
</style>