Shades of Confetti #CFC853
Tints of Confetti #CFC853
RGB
CMYK
RGB Variations
Color information
#CFC853 (or 0xCFC853) is known color: Confetti. HEX triplet: CF, C8 and 53. RGB value is (207,200,83). Sum of RGB (Red+Green+Blue) = 207+200+83=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 83 (32.81% from 255 or 16.94% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC853 is #3037AC. Grayscale: #BDBDBD. Windows color (decimal): -3159981 or 5490895. OLE color: 5490895.
HSL color Cylindrical-coordinate representation of color #CFC853: hue angle of 56.61º 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 #CFC853 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 83 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.19 |
| HSL | 56.61º | 0.56% | 0.57% | - |
| HSV(B) | 56.61º | 0.6% | 0.81% | - |
| XYZ | 47.95 | 55.2 | 16.31 | - |
| YUV | 188.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 83 | 0 | 0.03 | 0.60 | 0.19 | 56.61 | 0.56 | 0.57 |
| Hex | CF | C8 | 53 | 0 | 3 | 3C | 13 | 39 | 38 | 39 |
| Octal | 317 | 310 | 123 | 0 | 3 | 74 | 23 | 71 | 70 | 71 |
| Binary | 11001111 | 11001000 | 1010011 | 0 | 11 | 111100 | 10011 | 111001 | 111000 | 111001 |
Color Harmonies of #CFC853
Complementary color
Monochromatic Colors of #CFC853
Black with #CFC853
Text Example
Text Example
White with #CFC853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC853; }
p { color: rgb(207,200,83); }
H1.HeaderClassName
{
color: #CFC853;
}
.AnyTagClassName
{
color: #CFC853;
}
</style>
background-color css
<style>
a { background-color: #CFC853; }
a { background-color: rgb(207,200,83); }
div.DivClassName
{
background-color: #CFC853;
}
.BgClassName
{
background-color: #CFC853;
}
</style>
border-color css
<style>
span { border-color: #CFC853; }
span { border-color: rgb(207,200,83); }
td.TdClassName
{
border-color: #CFC853;
}
.TagClassName
{
border-color: #CFC853;
}
</style>