Shades of Confetti #CCC851
Tints of Confetti #CCC851
RGB
CMYK
RGB Variations
Color information
#CCC851 (or 0xCCC851) is known color: Confetti. HEX triplet: CC, C8 and 51. RGB value is (204,200,81). Sum of RGB (Red+Green+Blue) = 204+200+81=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 81 (32.03% from 255 or 16.70% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC851 is #3337AE. Grayscale: #BCBCBC. Windows color (decimal): -3356591 or 5359820. OLE color: 5359820.
HSL color Cylindrical-coordinate representation of color #CCC851: hue angle of 58.05º 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 #CCC851 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 81 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.2 |
| HSL | 58.05º | 0.55% | 0.56% | - |
| HSV(B) | 58.05º | 0.6% | 0.8% | - |
| XYZ | 47.04 | 54.74 | 15.87 | - |
| YUV | 187.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 81 | 0 | 0.02 | 0.60 | 0.2 | 58.05 | 0.55 | 0.56 |
| Hex | CC | C8 | 51 | 0 | 2 | 3C | 14 | 3A | 37 | 38 |
| Octal | 314 | 310 | 121 | 0 | 2 | 74 | 24 | 72 | 67 | 70 |
| Binary | 11001100 | 11001000 | 1010001 | 0 | 10 | 111100 | 10100 | 111010 | 110111 | 111000 |
Color Harmonies of #CCC851
Complementary color
Monochromatic Colors of #CCC851
Black with #CCC851
Text Example
Text Example
White with #CCC851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC851; }
p { color: rgb(204,200,81); }
H1.HeaderClassName
{
color: #CCC851;
}
.AnyTagClassName
{
color: #CCC851;
}
</style>
background-color css
<style>
a { background-color: #CCC851; }
a { background-color: rgb(204,200,81); }
div.DivClassName
{
background-color: #CCC851;
}
.BgClassName
{
background-color: #CCC851;
}
</style>
border-color css
<style>
span { border-color: #CCC851; }
span { border-color: rgb(204,200,81); }
td.TdClassName
{
border-color: #CCC851;
}
.TagClassName
{
border-color: #CCC851;
}
</style>