Shades of Confetti #CCC651
Tints of Confetti #CCC651
RGB
CMYK
RGB Variations
Color information
#CCC651 (or 0xCCC651) is known color: Confetti. HEX triplet: CC, C6 and 51. RGB value is (204,198,81). Sum of RGB (Red+Green+Blue) = 204+198+81=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC651 is #3339AE. Grayscale: #BABABA. Windows color (decimal): -3357103 or 5359308. OLE color: 5359308.
HSL color Cylindrical-coordinate representation of color #CCC651: hue angle of 57.07º degrees, saturation: 0.55, 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 #CCC651 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 81 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.2 |
| HSL | 57.07º | 0.55% | 0.56% | - |
| HSV(B) | 57.07º | 0.6% | 0.8% | - |
| XYZ | 46.58 | 53.82 | 15.72 | - |
| YUV | 186.46 | 68.49 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 81 | 0 | 0.03 | 0.60 | 0.2 | 57.07 | 0.55 | 0.56 |
| Hex | CC | C6 | 51 | 0 | 3 | 3C | 14 | 39 | 37 | 38 |
| Octal | 314 | 306 | 121 | 0 | 3 | 74 | 24 | 71 | 67 | 70 |
| Binary | 11001100 | 11000110 | 1010001 | 0 | 11 | 111100 | 10100 | 111001 | 110111 | 111000 |
Color Harmonies of #CCC651
Complementary color
Monochromatic Colors of #CCC651
Black with #CCC651
Text Example
Text Example
White with #CCC651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC651; }
p { color: rgb(204,198,81); }
H1.HeaderClassName
{
color: #CCC651;
}
.AnyTagClassName
{
color: #CCC651;
}
</style>
background-color css
<style>
a { background-color: #CCC651; }
a { background-color: rgb(204,198,81); }
div.DivClassName
{
background-color: #CCC651;
}
.BgClassName
{
background-color: #CCC651;
}
</style>
border-color css
<style>
span { border-color: #CCC651; }
span { border-color: rgb(204,198,81); }
td.TdClassName
{
border-color: #CCC651;
}
.TagClassName
{
border-color: #CCC651;
}
</style>