Shades of Confetti #CCC751
Tints of Confetti #CCC751
RGB
CMYK
RGB Variations
Color information
#CCC751 (or 0xCCC751) is known color: Confetti. HEX triplet: CC, C7 and 51. RGB value is (204,199,81). Sum of RGB (Red+Green+Blue) = 204+199+81=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC751 is #3338AE. Grayscale: #BBBBBB. Windows color (decimal): -3356847 or 5359564. OLE color: 5359564.
HSL color Cylindrical-coordinate representation of color #CCC751: hue angle of 57.56º 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 #CCC751 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 81 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.2 |
| HSL | 57.56º | 0.55% | 0.56% | - |
| HSV(B) | 57.56º | 0.6% | 0.8% | - |
| XYZ | 46.81 | 54.28 | 15.79 | - |
| YUV | 187.04 | 68.16 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 81 | 0 | 0.02 | 0.60 | 0.2 | 57.56 | 0.55 | 0.56 |
| Hex | CC | C7 | 51 | 0 | 2 | 3C | 14 | 3A | 37 | 38 |
| Octal | 314 | 307 | 121 | 0 | 2 | 74 | 24 | 72 | 67 | 70 |
| Binary | 11001100 | 11000111 | 1010001 | 0 | 10 | 111100 | 10100 | 111010 | 110111 | 111000 |
Color Harmonies of #CCC751
Complementary color
Monochromatic Colors of #CCC751
Black with #CCC751
Text Example
Text Example
White with #CCC751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC751; }
p { color: rgb(204,199,81); }
H1.HeaderClassName
{
color: #CCC751;
}
.AnyTagClassName
{
color: #CCC751;
}
</style>
background-color css
<style>
a { background-color: #CCC751; }
a { background-color: rgb(204,199,81); }
div.DivClassName
{
background-color: #CCC751;
}
.BgClassName
{
background-color: #CCC751;
}
</style>
border-color css
<style>
span { border-color: #CCC751; }
span { border-color: rgb(204,199,81); }
td.TdClassName
{
border-color: #CCC751;
}
.TagClassName
{
border-color: #CCC751;
}
</style>