Shades of Confetti #CFC951
Tints of Confetti #CFC951
RGB
CMYK
RGB Variations
Color information
#CFC951 (or 0xCFC951) is known color: Confetti. HEX triplet: CF, C9 and 51. RGB value is (207,201,81). Sum of RGB (Red+Green+Blue) = 207+201+81=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 81 (32.03% from 255 or 16.56% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC951 is #3036AE. Grayscale: #BDBDBD. Windows color (decimal): -3159727 or 5360079. OLE color: 5360079.
HSL color Cylindrical-coordinate representation of color #CFC951: hue angle of 57.14º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFC951 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 81 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.19 |
| HSL | 57.14º | 0.57% | 0.56% | - |
| HSV(B) | 57.14º | 0.61% | 0.81% | - |
| XYZ | 48.1 | 55.63 | 15.99 | - |
| YUV | 189.11 | 66.99 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 81 | 0 | 0.03 | 0.61 | 0.19 | 57.14 | 0.57 | 0.56 |
| Hex | CF | C9 | 51 | 0 | 3 | 3D | 13 | 39 | 39 | 38 |
| Octal | 317 | 311 | 121 | 0 | 3 | 75 | 23 | 71 | 71 | 70 |
| Binary | 11001111 | 11001001 | 1010001 | 0 | 11 | 111101 | 10011 | 111001 | 111001 | 111000 |
Color Harmonies of #CFC951
Complementary color
Monochromatic Colors of #CFC951
Black with #CFC951
Text Example
Text Example
White with #CFC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC951; }
p { color: rgb(207,201,81); }
H1.HeaderClassName
{
color: #CFC951;
}
.AnyTagClassName
{
color: #CFC951;
}
</style>
background-color css
<style>
a { background-color: #CFC951; }
a { background-color: rgb(207,201,81); }
div.DivClassName
{
background-color: #CFC951;
}
.BgClassName
{
background-color: #CFC951;
}
</style>
border-color css
<style>
span { border-color: #CFC951; }
span { border-color: rgb(207,201,81); }
td.TdClassName
{
border-color: #CFC951;
}
.TagClassName
{
border-color: #CFC951;
}
</style>