Shades of Confetti #CBC14F
Tints of Confetti #CBC14F
RGB
CMYK
RGB Variations
Color information
#CBC14F (or 0xCBC14F) is known color: Confetti. HEX triplet: CB, C1 and 4F. RGB value is (203,193,79). Sum of RGB (Red+Green+Blue) = 203+193+79=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 79 (31.25% from 255 or 16.63% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC14F is #343EB0. Grayscale: #B7B7B7. Windows color (decimal): -3423921 or 5226955. OLE color: 5226955.
HSL color Cylindrical-coordinate representation of color #CBC14F: hue angle of 55.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBC14F is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 79 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.20 |
| HSL | 55.16º | 0.54% | 0.55% | - |
| HSV(B) | 55.16º | 0.61% | 0.8% | - |
| XYZ | 45.11 | 51.4 | 14.94 | - |
| YUV | 182.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 79 | 0 | 0.05 | 0.61 | 0.20 | 55.16 | 0.54 | 0.55 |
| Hex | CB | C1 | 4F | 0 | 5 | 3D | 14 | 37 | 36 | 37 |
| Octal | 313 | 301 | 117 | 0 | 5 | 75 | 24 | 67 | 66 | 67 |
| Binary | 11001011 | 11000001 | 1001111 | 0 | 101 | 111101 | 10100 | 110111 | 110110 | 110111 |
Color Harmonies of #CBC14F
Complementary color
Monochromatic Colors of #CBC14F
Black with #CBC14F
Text Example
Text Example
White with #CBC14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC14F; }
p { color: rgb(203,193,79); }
H1.HeaderClassName
{
color: #CBC14F;
}
.AnyTagClassName
{
color: #CBC14F;
}
</style>
background-color css
<style>
a { background-color: #CBC14F; }
a { background-color: rgb(203,193,79); }
div.DivClassName
{
background-color: #CBC14F;
}
.BgClassName
{
background-color: #CBC14F;
}
</style>
border-color css
<style>
span { border-color: #CBC14F; }
span { border-color: rgb(203,193,79); }
td.TdClassName
{
border-color: #CBC14F;
}
.TagClassName
{
border-color: #CBC14F;
}
</style>