Shades of Confetti #CFC752
Tints of Confetti #CFC752
RGB
CMYK
RGB Variations
Color information
#CFC752 (or 0xCFC752) is known color: Confetti. HEX triplet: CF, C7 and 52. RGB value is (207,199,82). Sum of RGB (Red+Green+Blue) = 207+199+82=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC752 is #3038AD. Grayscale: #BCBCBC. Windows color (decimal): -3160238 or 5425103. OLE color: 5425103.
HSL color Cylindrical-coordinate representation of color #CFC752: hue angle of 56.16º degrees, saturation: 0.57, 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 #CFC752 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 82 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.19 |
| HSL | 56.16º | 0.57% | 0.57% | - |
| HSV(B) | 56.16º | 0.6% | 0.81% | - |
| XYZ | 47.68 | 54.72 | 16.03 | - |
| YUV | 188.05 | 68.15 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 82 | 0 | 0.04 | 0.60 | 0.19 | 56.16 | 0.57 | 0.57 |
| Hex | CF | C7 | 52 | 0 | 4 | 3C | 13 | 38 | 39 | 39 |
| Octal | 317 | 307 | 122 | 0 | 4 | 74 | 23 | 70 | 71 | 71 |
| Binary | 11001111 | 11000111 | 1010010 | 0 | 100 | 111100 | 10011 | 111000 | 111001 | 111001 |
Color Harmonies of #CFC752
Complementary color
Monochromatic Colors of #CFC752
Black with #CFC752
Text Example
Text Example
White with #CFC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC752; }
p { color: rgb(207,199,82); }
H1.HeaderClassName
{
color: #CFC752;
}
.AnyTagClassName
{
color: #CFC752;
}
</style>
background-color css
<style>
a { background-color: #CFC752; }
a { background-color: rgb(207,199,82); }
div.DivClassName
{
background-color: #CFC752;
}
.BgClassName
{
background-color: #CFC752;
}
</style>
border-color css
<style>
span { border-color: #CFC752; }
span { border-color: rgb(207,199,82); }
td.TdClassName
{
border-color: #CFC752;
}
.TagClassName
{
border-color: #CFC752;
}
</style>