Shades of Confetti #CCC350
Tints of Confetti #CCC350
RGB
CMYK
RGB Variations
Color information
#CCC350 (or 0xCCC350) is known color: Confetti. HEX triplet: CC, C3 and 50. RGB value is (204,195,80). Sum of RGB (Red+Green+Blue) = 204+195+80=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC350 is #333CAF. Grayscale: #B9B9B9. Windows color (decimal): -3357872 or 5293004. OLE color: 5293004.
HSL color Cylindrical-coordinate representation of color #CCC350: hue angle of 55.65º 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 #CCC350 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 80 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.2 |
| HSL | 55.65º | 0.55% | 0.56% | - |
| HSV(B) | 55.65º | 0.61% | 0.8% | - |
| XYZ | 45.86 | 52.45 | 15.3 | - |
| YUV | 184.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 80 | 0 | 0.04 | 0.61 | 0.2 | 55.65 | 0.55 | 0.56 |
| Hex | CC | C3 | 50 | 0 | 4 | 3D | 14 | 38 | 37 | 38 |
| Octal | 314 | 303 | 120 | 0 | 4 | 75 | 24 | 70 | 67 | 70 |
| Binary | 11001100 | 11000011 | 1010000 | 0 | 100 | 111101 | 10100 | 111000 | 110111 | 111000 |
Color Harmonies of #CCC350
Complementary color
Monochromatic Colors of #CCC350
Black with #CCC350
Text Example
Text Example
White with #CCC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC350; }
p { color: rgb(204,195,80); }
H1.HeaderClassName
{
color: #CCC350;
}
.AnyTagClassName
{
color: #CCC350;
}
</style>
background-color css
<style>
a { background-color: #CCC350; }
a { background-color: rgb(204,195,80); }
div.DivClassName
{
background-color: #CCC350;
}
.BgClassName
{
background-color: #CCC350;
}
</style>
border-color css
<style>
span { border-color: #CCC350; }
span { border-color: rgb(204,195,80); }
td.TdClassName
{
border-color: #CCC350;
}
.TagClassName
{
border-color: #CCC350;
}
</style>