Shades of Confetti #CCC553
Tints of Confetti #CCC553
RGB
CMYK
RGB Variations
Color information
#CCC553 (or 0xCCC553) is known color: Confetti. HEX triplet: CC, C5 and 53. RGB value is (204,197,83). Sum of RGB (Red+Green+Blue) = 204+197+83=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC553 is #333AAC. Grayscale: #BABABA. Windows color (decimal): -3357357 or 5490124. OLE color: 5490124.
HSL color Cylindrical-coordinate representation of color #CCC553: hue angle of 56.53º 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 #CCC553 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 83 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.2 |
| HSL | 56.53º | 0.54% | 0.56% | - |
| HSV(B) | 56.53º | 0.59% | 0.8% | - |
| XYZ | 46.43 | 53.39 | 16.04 | - |
| YUV | 186.1 | 69.82 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 83 | 0 | 0.03 | 0.59 | 0.2 | 56.53 | 0.54 | 0.56 |
| Hex | CC | C5 | 53 | 0 | 3 | 3B | 14 | 39 | 36 | 38 |
| Octal | 314 | 305 | 123 | 0 | 3 | 73 | 24 | 71 | 66 | 70 |
| Binary | 11001100 | 11000101 | 1010011 | 0 | 11 | 111011 | 10100 | 111001 | 110110 | 111000 |
Color Harmonies of #CCC553
Complementary color
Monochromatic Colors of #CCC553
Black with #CCC553
Text Example
Text Example
White with #CCC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC553; }
p { color: rgb(204,197,83); }
H1.HeaderClassName
{
color: #CCC553;
}
.AnyTagClassName
{
color: #CCC553;
}
</style>
background-color css
<style>
a { background-color: #CCC553; }
a { background-color: rgb(204,197,83); }
div.DivClassName
{
background-color: #CCC553;
}
.BgClassName
{
background-color: #CCC553;
}
</style>
border-color css
<style>
span { border-color: #CCC553; }
span { border-color: rgb(204,197,83); }
td.TdClassName
{
border-color: #CCC553;
}
.TagClassName
{
border-color: #CCC553;
}
</style>