Shades of Confetti #CCC950
Tints of Confetti #CCC950
RGB
CMYK
RGB Variations
Color information
#CCC950 (or 0xCCC950) is known color: Confetti. HEX triplet: CC, C9 and 50. RGB value is (204,201,80). Sum of RGB (Red+Green+Blue) = 204+201+80=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC950 is #3336AF. Grayscale: #BCBCBC. Windows color (decimal): -3356336 or 5294540. OLE color: 5294540.
HSL color Cylindrical-coordinate representation of color #CCC950: hue angle of 58.55º 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 #CCC950 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 80 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.2 |
| HSL | 58.55º | 0.55% | 0.56% | - |
| HSV(B) | 58.55º | 0.61% | 0.8% | - |
| XYZ | 47.24 | 55.19 | 15.75 | - |
| YUV | 188.1 | 66.99 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 80 | 0 | 0.01 | 0.61 | 0.2 | 58.55 | 0.55 | 0.56 |
| Hex | CC | C9 | 50 | 0 | 1 | 3D | 14 | 3B | 37 | 38 |
| Octal | 314 | 311 | 120 | 0 | 1 | 75 | 24 | 73 | 67 | 70 |
| Binary | 11001100 | 11001001 | 1010000 | 0 | 1 | 111101 | 10100 | 111011 | 110111 | 111000 |
Color Harmonies of #CCC950
Complementary color
Monochromatic Colors of #CCC950
Black with #CCC950
Text Example
Text Example
White with #CCC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC950; }
p { color: rgb(204,201,80); }
H1.HeaderClassName
{
color: #CCC950;
}
.AnyTagClassName
{
color: #CCC950;
}
</style>
background-color css
<style>
a { background-color: #CCC950; }
a { background-color: rgb(204,201,80); }
div.DivClassName
{
background-color: #CCC950;
}
.BgClassName
{
background-color: #CCC950;
}
</style>
border-color css
<style>
span { border-color: #CCC950; }
span { border-color: rgb(204,201,80); }
td.TdClassName
{
border-color: #CCC950;
}
.TagClassName
{
border-color: #CCC950;
}
</style>