Shades of Confetti #CCCB51
Tints of Confetti #CCCB51
RGB
CMYK
RGB Variations
Color information
#CCCB51 (or 0xCCCB51) is known color: Confetti. HEX triplet: CC, CB and 51. RGB value is (204,203,81). Sum of RGB (Red+Green+Blue) = 204+203+81=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 81 (32.03% from 255 or 16.60% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB51 is #3334AE. Grayscale: #BDBDBD. Windows color (decimal): -3355823 or 5360588. OLE color: 5360588.
HSL color Cylindrical-coordinate representation of color #CCCB51: hue angle of 59.51º 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 #CCCB51 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 81 | - |
| CMYK | 0 | 0.00 | 0.60 | 0.2 |
| HSL | 59.51º | 0.55% | 0.56% | - |
| HSV(B) | 59.51º | 0.6% | 0.8% | - |
| XYZ | 47.74 | 56.14 | 16.11 | - |
| YUV | 189.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 81 | 0 | 0.00 | 0.60 | 0.2 | 59.51 | 0.55 | 0.56 |
| Hex | CC | CB | 51 | 0 | 0 | 3C | 14 | 3C | 37 | 38 |
| Octal | 314 | 313 | 121 | 0 | 0 | 74 | 24 | 74 | 67 | 70 |
| Binary | 11001100 | 11001011 | 1010001 | 0 | 0 | 111100 | 10100 | 111100 | 110111 | 111000 |
Color Harmonies of #CCCB51
Complementary color
Monochromatic Colors of #CCCB51
Black with #CCCB51
Text Example
Text Example
White with #CCCB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB51; }
p { color: rgb(204,203,81); }
H1.HeaderClassName
{
color: #CCCB51;
}
.AnyTagClassName
{
color: #CCCB51;
}
</style>
background-color css
<style>
a { background-color: #CCCB51; }
a { background-color: rgb(204,203,81); }
div.DivClassName
{
background-color: #CCCB51;
}
.BgClassName
{
background-color: #CCCB51;
}
</style>
border-color css
<style>
span { border-color: #CCCB51; }
span { border-color: rgb(204,203,81); }
td.TdClassName
{
border-color: #CCCB51;
}
.TagClassName
{
border-color: #CCCB51;
}
</style>