Shades of Confetti #CCC653
Tints of Confetti #CCC653
RGB
CMYK
RGB Variations
Color information
#CCC653 (or 0xCCC653) is known color: Confetti. HEX triplet: CC, C6 and 53. RGB value is (204,198,83). Sum of RGB (Red+Green+Blue) = 204+198+83=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC653 is #3339AC. Grayscale: #BBBBBB. Windows color (decimal): -3357101 or 5490380. OLE color: 5490380.
HSL color Cylindrical-coordinate representation of color #CCC653: hue angle of 57.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 #CCC653 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 83 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.2 |
| HSL | 57.02º | 0.54% | 0.56% | - |
| HSV(B) | 57.02º | 0.59% | 0.8% | - |
| XYZ | 46.66 | 53.85 | 16.12 | - |
| YUV | 186.68 | 69.49 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 83 | 0 | 0.03 | 0.59 | 0.2 | 57.02 | 0.54 | 0.56 |
| Hex | CC | C6 | 53 | 0 | 3 | 3B | 14 | 39 | 36 | 38 |
| Octal | 314 | 306 | 123 | 0 | 3 | 73 | 24 | 71 | 66 | 70 |
| Binary | 11001100 | 11000110 | 1010011 | 0 | 11 | 111011 | 10100 | 111001 | 110110 | 111000 |
Color Harmonies of #CCC653
Complementary color
Monochromatic Colors of #CCC653
Black with #CCC653
Text Example
Text Example
White with #CCC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC653; }
p { color: rgb(204,198,83); }
H1.HeaderClassName
{
color: #CCC653;
}
.AnyTagClassName
{
color: #CCC653;
}
</style>
background-color css
<style>
a { background-color: #CCC653; }
a { background-color: rgb(204,198,83); }
div.DivClassName
{
background-color: #CCC653;
}
.BgClassName
{
background-color: #CCC653;
}
</style>
border-color css
<style>
span { border-color: #CCC653; }
span { border-color: rgb(204,198,83); }
td.TdClassName
{
border-color: #CCC653;
}
.TagClassName
{
border-color: #CCC653;
}
</style>