Shades of Confetti #CFC14B
Tints of Confetti #CFC14B
RGB
CMYK
RGB Variations
Color information
#CFC14B (or 0xCFC14B) is known color: Confetti. HEX triplet: CF, C1 and 4B. RGB value is (207,193,75). Sum of RGB (Red+Green+Blue) = 207+193+75=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC14B is #303EB4. Grayscale: #B8B8B8. Windows color (decimal): -3161781 or 4964815. OLE color: 4964815.
HSL color Cylindrical-coordinate representation of color #CFC14B: hue angle of 53.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFC14B is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 75 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.19 |
| HSL | 53.64º | 0.58% | 0.55% | - |
| HSV(B) | 53.64º | 0.64% | 0.81% | - |
| XYZ | 46.07 | 51.91 | 14.25 | - |
| YUV | 183.73 | 66.64 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 75 | 0 | 0.07 | 0.64 | 0.19 | 53.64 | 0.58 | 0.55 |
| Hex | CF | C1 | 4B | 0 | 7 | 40 | 13 | 36 | 3A | 37 |
| Octal | 317 | 301 | 113 | 0 | 7 | 100 | 23 | 66 | 72 | 67 |
| Binary | 11001111 | 11000001 | 1001011 | 0 | 111 | 1000000 | 10011 | 110110 | 111010 | 110111 |
Color Harmonies of #CFC14B
Complementary color
Monochromatic Colors of #CFC14B
Black with #CFC14B
Text Example
Text Example
White with #CFC14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC14B; }
p { color: rgb(207,193,75); }
H1.HeaderClassName
{
color: #CFC14B;
}
.AnyTagClassName
{
color: #CFC14B;
}
</style>
background-color css
<style>
a { background-color: #CFC14B; }
a { background-color: rgb(207,193,75); }
div.DivClassName
{
background-color: #CFC14B;
}
.BgClassName
{
background-color: #CFC14B;
}
</style>
border-color css
<style>
span { border-color: #CFC14B; }
span { border-color: rgb(207,193,75); }
td.TdClassName
{
border-color: #CFC14B;
}
.TagClassName
{
border-color: #CFC14B;
}
</style>