Shades of Confetti #CFC44B
Tints of Confetti #CFC44B
RGB
CMYK
RGB Variations
Color information
#CFC44B (or 0xCFC44B) is known color: Confetti. HEX triplet: CF, C4 and 4B. RGB value is (207,196,75). Sum of RGB (Red+Green+Blue) = 207+196+75=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC44B is #303BB4. Grayscale: #B9B9B9. Windows color (decimal): -3161013 or 4965583. OLE color: 4965583.
HSL color Cylindrical-coordinate representation of color #CFC44B: hue angle of 55º 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 #CFC44B is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 196 | 75 | - |
CMYK | 0 | 0.05 | 0.64 | 0.19 |
HSL | 55º | 0.58% | 0.55% | - |
HSV(B) | 55º | 0.64% | 0.81% | - |
XYZ | 46.74 | 53.25 | 14.47 | - |
YUV | 185.5 | 65.64 | 143.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 196 | 75 | 0 | 0.05 | 0.64 | 0.19 | 55 | 0.58 | 0.55 |
Hex | CF | C4 | 4B | 0 | 5 | 40 | 13 | 37 | 3A | 37 |
Octal | 317 | 304 | 113 | 0 | 5 | 100 | 23 | 67 | 72 | 67 |
Binary | 11001111 | 11000100 | 1001011 | 0 | 101 | 1000000 | 10011 | 110111 | 111010 | 110111 |
Color Harmonies of #CFC44B
Complementary color
Monochromatic Colors of #CFC44B
Black with #CFC44B
Text Example
Text Example
White with #CFC44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC44B; }
p { color: rgb(207,196,75); }
H1.HeaderClassName
{
color: #CFC44B;
}
.AnyTagClassName
{
color: #CFC44B;
}
</style>
background-color css
<style>
a { background-color: #CFC44B; }
a { background-color: rgb(207,196,75); }
div.DivClassName
{
background-color: #CFC44B;
}
.BgClassName
{
background-color: #CFC44B;
}
</style>
border-color css
<style>
span { border-color: #CFC44B; }
span { border-color: rgb(207,196,75); }
td.TdClassName
{
border-color: #CFC44B;
}
.TagClassName
{
border-color: #CFC44B;
}
</style>