Shades of Confetti #CFC553
Tints of Confetti #CFC553
RGB
CMYK
RGB Variations
Color information
#CFC553 (or 0xCFC553) is known color: Confetti. HEX triplet: CF, C5 and 53. RGB value is (207,197,83). Sum of RGB (Red+Green+Blue) = 207+197+83=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC553 is #303AAC. Grayscale: #BBBBBB. Windows color (decimal): -3160749 or 5490127. OLE color: 5490127.
HSL color Cylindrical-coordinate representation of color #CFC553: hue angle of 55.16º 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 #CFC553 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 83 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.19 |
| HSL | 55.16º | 0.56% | 0.57% | - |
| HSV(B) | 55.16º | 0.6% | 0.81% | - |
| XYZ | 47.26 | 53.82 | 16.08 | - |
| YUV | 186.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 83 | 0 | 0.05 | 0.60 | 0.19 | 55.16 | 0.56 | 0.57 |
| Hex | CF | C5 | 53 | 0 | 5 | 3C | 13 | 37 | 38 | 39 |
| Octal | 317 | 305 | 123 | 0 | 5 | 74 | 23 | 67 | 70 | 71 |
| Binary | 11001111 | 11000101 | 1010011 | 0 | 101 | 111100 | 10011 | 110111 | 111000 | 111001 |
Color Harmonies of #CFC553
Complementary color
Monochromatic Colors of #CFC553
Black with #CFC553
Text Example
Text Example
White with #CFC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC553; }
p { color: rgb(207,197,83); }
H1.HeaderClassName
{
color: #CFC553;
}
.AnyTagClassName
{
color: #CFC553;
}
</style>
background-color css
<style>
a { background-color: #CFC553; }
a { background-color: rgb(207,197,83); }
div.DivClassName
{
background-color: #CFC553;
}
.BgClassName
{
background-color: #CFC553;
}
</style>
border-color css
<style>
span { border-color: #CFC553; }
span { border-color: rgb(207,197,83); }
td.TdClassName
{
border-color: #CFC553;
}
.TagClassName
{
border-color: #CFC553;
}
</style>