Shades of Confetti #CCC250
Tints of Confetti #CCC250
RGB
CMYK
RGB Variations
Color information
#CCC250 (or 0xCCC250) is known color: Confetti. HEX triplet: CC, C2 and 50. RGB value is (204,194,80). Sum of RGB (Red+Green+Blue) = 204+194+80=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC250 is #333DAF. Grayscale: #B8B8B8. Windows color (decimal): -3358128 or 5292748. OLE color: 5292748.
HSL color Cylindrical-coordinate representation of color #CCC250: hue angle of 55.16º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCC250 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 80 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.2 |
| HSL | 55.16º | 0.55% | 0.56% | - |
| HSV(B) | 55.16º | 0.61% | 0.8% | - |
| XYZ | 45.64 | 52 | 15.22 | - |
| YUV | 183.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 80 | 0 | 0.05 | 0.61 | 0.2 | 55.16 | 0.55 | 0.56 |
| Hex | CC | C2 | 50 | 0 | 5 | 3D | 14 | 37 | 37 | 38 |
| Octal | 314 | 302 | 120 | 0 | 5 | 75 | 24 | 67 | 67 | 70 |
| Binary | 11001100 | 11000010 | 1010000 | 0 | 101 | 111101 | 10100 | 110111 | 110111 | 111000 |
Color Harmonies of #CCC250
Complementary color
Monochromatic Colors of #CCC250
Black with #CCC250
Text Example
Text Example
White with #CCC250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC250; }
p { color: rgb(204,194,80); }
H1.HeaderClassName
{
color: #CCC250;
}
.AnyTagClassName
{
color: #CCC250;
}
</style>
background-color css
<style>
a { background-color: #CCC250; }
a { background-color: rgb(204,194,80); }
div.DivClassName
{
background-color: #CCC250;
}
.BgClassName
{
background-color: #CCC250;
}
</style>
border-color css
<style>
span { border-color: #CCC250; }
span { border-color: rgb(204,194,80); }
td.TdClassName
{
border-color: #CCC250;
}
.TagClassName
{
border-color: #CCC250;
}
</style>