Shades of Confetti #CFCB4F
Tints of Confetti #CFCB4F
RGB
CMYK
RGB Variations
Color information
#CFCB4F (or 0xCFCB4F) is known color: Confetti. HEX triplet: CF, CB and 4F. RGB value is (207,203,79). Sum of RGB (Red+Green+Blue) = 207+203+79=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 79 (31.25% from 255 or 16.16% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB4F is #3034B0. Grayscale: #BEBEBE. Windows color (decimal): -3159217 or 5229519. OLE color: 5229519.
HSL color Cylindrical-coordinate representation of color #CFCB4F: hue angle of 58.12º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFCB4F is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 79 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.19 |
| HSL | 58.13º | 0.57% | 0.56% | - |
| HSV(B) | 58.13º | 0.62% | 0.81% | - |
| XYZ | 48.5 | 56.54 | 15.75 | - |
| YUV | 190.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 79 | 0 | 0.02 | 0.62 | 0.19 | 58.13 | 0.57 | 0.56 |
| Hex | CF | CB | 4F | 0 | 2 | 3E | 13 | 3A | 39 | 38 |
| Octal | 317 | 313 | 117 | 0 | 2 | 76 | 23 | 72 | 71 | 70 |
| Binary | 11001111 | 11001011 | 1001111 | 0 | 10 | 111110 | 10011 | 111010 | 111001 | 111000 |
Color Harmonies of #CFCB4F
Complementary color
Monochromatic Colors of #CFCB4F
Black with #CFCB4F
Text Example
Text Example
White with #CFCB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB4F; }
p { color: rgb(207,203,79); }
H1.HeaderClassName
{
color: #CFCB4F;
}
.AnyTagClassName
{
color: #CFCB4F;
}
</style>
background-color css
<style>
a { background-color: #CFCB4F; }
a { background-color: rgb(207,203,79); }
div.DivClassName
{
background-color: #CFCB4F;
}
.BgClassName
{
background-color: #CFCB4F;
}
</style>
border-color css
<style>
span { border-color: #CFCB4F; }
span { border-color: rgb(207,203,79); }
td.TdClassName
{
border-color: #CFCB4F;
}
.TagClassName
{
border-color: #CFCB4F;
}
</style>