Shades of Confetti #CFC953
Tints of Confetti #CFC953
RGB
CMYK
RGB Variations
Color information
#CFC953 (or 0xCFC953) is known color: Confetti. HEX triplet: CF, C9 and 53. RGB value is (207,201,83). Sum of RGB (Red+Green+Blue) = 207+201+83=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC953 is #3036AC. Grayscale: #BDBDBD. Windows color (decimal): -3159725 or 5491151. OLE color: 5491151.
HSL color Cylindrical-coordinate representation of color #CFC953: hue angle of 57.1º 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 #CFC953 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 83 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.19 |
| HSL | 57.1º | 0.56% | 0.57% | - |
| HSV(B) | 57.1º | 0.6% | 0.81% | - |
| XYZ | 48.18 | 55.66 | 16.39 | - |
| YUV | 189.34 | 67.99 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 83 | 0 | 0.03 | 0.60 | 0.19 | 57.1 | 0.56 | 0.57 |
| Hex | CF | C9 | 53 | 0 | 3 | 3C | 13 | 39 | 38 | 39 |
| Octal | 317 | 311 | 123 | 0 | 3 | 74 | 23 | 71 | 70 | 71 |
| Binary | 11001111 | 11001001 | 1010011 | 0 | 11 | 111100 | 10011 | 111001 | 111000 | 111001 |
Color Harmonies of #CFC953
Complementary color
Monochromatic Colors of #CFC953
Black with #CFC953
Text Example
Text Example
White with #CFC953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC953; }
p { color: rgb(207,201,83); }
H1.HeaderClassName
{
color: #CFC953;
}
.AnyTagClassName
{
color: #CFC953;
}
</style>
background-color css
<style>
a { background-color: #CFC953; }
a { background-color: rgb(207,201,83); }
div.DivClassName
{
background-color: #CFC953;
}
.BgClassName
{
background-color: #CFC953;
}
</style>
border-color css
<style>
span { border-color: #CFC953; }
span { border-color: rgb(207,201,83); }
td.TdClassName
{
border-color: #CFC953;
}
.TagClassName
{
border-color: #CFC953;
}
</style>