Shades of Confetti #CFCC53
Tints of Confetti #CFCC53
RGB
CMYK
RGB Variations
Color information
#CFCC53 (or 0xCFCC53) is known color: Confetti. HEX triplet: CF, CC and 53. RGB value is (207,204,83). Sum of RGB (Red+Green+Blue) = 207+204+83=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC53 is #3033AC. Grayscale: #BFBFBF. Windows color (decimal): -3158957 or 5491919. OLE color: 5491919.
HSL color Cylindrical-coordinate representation of color #CFCC53: hue angle of 58.55º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFCC53 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 83 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.19 |
| HSL | 58.55º | 0.56% | 0.57% | - |
| HSV(B) | 58.55º | 0.6% | 0.81% | - |
| XYZ | 48.89 | 57.08 | 16.62 | - |
| YUV | 191.1 | 66.99 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 83 | 0 | 0.01 | 0.60 | 0.19 | 58.55 | 0.56 | 0.57 |
| Hex | CF | CC | 53 | 0 | 1 | 3C | 13 | 3B | 38 | 39 |
| Octal | 317 | 314 | 123 | 0 | 1 | 74 | 23 | 73 | 70 | 71 |
| Binary | 11001111 | 11001100 | 1010011 | 0 | 1 | 111100 | 10011 | 111011 | 111000 | 111001 |
Color Harmonies of #CFCC53
Complementary color
Monochromatic Colors of #CFCC53
Black with #CFCC53
Text Example
Text Example
White with #CFCC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC53; }
p { color: rgb(207,204,83); }
H1.HeaderClassName
{
color: #CFCC53;
}
.AnyTagClassName
{
color: #CFCC53;
}
</style>
background-color css
<style>
a { background-color: #CFCC53; }
a { background-color: rgb(207,204,83); }
div.DivClassName
{
background-color: #CFCC53;
}
.BgClassName
{
background-color: #CFCC53;
}
</style>
border-color css
<style>
span { border-color: #CFCC53; }
span { border-color: rgb(207,204,83); }
td.TdClassName
{
border-color: #CFCC53;
}
.TagClassName
{
border-color: #CFCC53;
}
</style>