Shades of Confetti #CCC853
Tints of Confetti #CCC853
RGB
CMYK
RGB Variations
Color information
#CCC853 (or 0xCCC853) is known color: Confetti. HEX triplet: CC, C8 and 53. RGB value is (204,200,83). Sum of RGB (Red+Green+Blue) = 204+200+83=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC853 is #3337AC. Grayscale: #BCBCBC. Windows color (decimal): -3356589 or 5490892. OLE color: 5490892.
HSL color Cylindrical-coordinate representation of color #CCC853: hue angle of 58.02º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCC853 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 83 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.2 |
| HSL | 58.02º | 0.54% | 0.56% | - |
| HSV(B) | 58.02º | 0.59% | 0.8% | - |
| XYZ | 47.12 | 54.77 | 16.27 | - |
| YUV | 187.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 83 | 0 | 0.02 | 0.59 | 0.2 | 58.02 | 0.54 | 0.56 |
| Hex | CC | C8 | 53 | 0 | 2 | 3B | 14 | 3A | 36 | 38 |
| Octal | 314 | 310 | 123 | 0 | 2 | 73 | 24 | 72 | 66 | 70 |
| Binary | 11001100 | 11001000 | 1010011 | 0 | 10 | 111011 | 10100 | 111010 | 110110 | 111000 |
Color Harmonies of #CCC853
Complementary color
Monochromatic Colors of #CCC853
Black with #CCC853
Text Example
Text Example
White with #CCC853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC853; }
p { color: rgb(204,200,83); }
H1.HeaderClassName
{
color: #CCC853;
}
.AnyTagClassName
{
color: #CCC853;
}
</style>
background-color css
<style>
a { background-color: #CCC853; }
a { background-color: rgb(204,200,83); }
div.DivClassName
{
background-color: #CCC853;
}
.BgClassName
{
background-color: #CCC853;
}
</style>
border-color css
<style>
span { border-color: #CCC853; }
span { border-color: rgb(204,200,83); }
td.TdClassName
{
border-color: #CCC853;
}
.TagClassName
{
border-color: #CCC853;
}
</style>