Shades of Confetti #CFCE53
Tints of Confetti #CFCE53
RGB
CMYK
RGB Variations
Color information
#CFCE53 (or 0xCFCE53) is known color: Confetti. HEX triplet: CF, CE and 53. RGB value is (207,206,83). Sum of RGB (Red+Green+Blue) = 207+206+83=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE53 is #3031AC. Grayscale: #C0C0C0. Windows color (decimal): -3158445 or 5492431. OLE color: 5492431.
HSL color Cylindrical-coordinate representation of color #CFCE53: hue angle of 59.52º 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 #CFCE53 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 83 | - |
| CMYK | 0 | 0.00 | 0.60 | 0.19 |
| HSL | 59.52º | 0.56% | 0.57% | - |
| HSV(B) | 59.52º | 0.6% | 0.81% | - |
| XYZ | 49.36 | 58.03 | 16.78 | - |
| YUV | 192.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 83 | 0 | 0.00 | 0.60 | 0.19 | 59.52 | 0.56 | 0.57 |
| Hex | CF | CE | 53 | 0 | 0 | 3C | 13 | 3C | 38 | 39 |
| Octal | 317 | 316 | 123 | 0 | 0 | 74 | 23 | 74 | 70 | 71 |
| Binary | 11001111 | 11001110 | 1010011 | 0 | 0 | 111100 | 10011 | 111100 | 111000 | 111001 |
Color Harmonies of #CFCE53
Complementary color
Monochromatic Colors of #CFCE53
Black with #CFCE53
Text Example
Text Example
White with #CFCE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE53; }
p { color: rgb(207,206,83); }
H1.HeaderClassName
{
color: #CFCE53;
}
.AnyTagClassName
{
color: #CFCE53;
}
</style>
background-color css
<style>
a { background-color: #CFCE53; }
a { background-color: rgb(207,206,83); }
div.DivClassName
{
background-color: #CFCE53;
}
.BgClassName
{
background-color: #CFCE53;
}
</style>
border-color css
<style>
span { border-color: #CFCE53; }
span { border-color: rgb(207,206,83); }
td.TdClassName
{
border-color: #CFCE53;
}
.TagClassName
{
border-color: #CFCE53;
}
</style>