Shades of Confetti #CBC750
Tints of Confetti #CBC750
RGB
CMYK
RGB Variations
Color information
#CBC750 (or 0xCBC750) is known color: Confetti. HEX triplet: CB, C7 and 50. RGB value is (203,199,80). Sum of RGB (Red+Green+Blue) = 203+199+80=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC750 is #3438AF. Grayscale: #BBBBBB. Windows color (decimal): -3422384 or 5294027. OLE color: 5294027.
HSL color Cylindrical-coordinate representation of color #CBC750: hue angle of 58.05º 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 #CBC750 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 80 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.20 |
| HSL | 58.05º | 0.54% | 0.55% | - |
| HSV(B) | 58.05º | 0.61% | 0.8% | - |
| XYZ | 46.5 | 54.12 | 15.59 | - |
| YUV | 186.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 80 | 0 | 0.02 | 0.61 | 0.20 | 58.05 | 0.54 | 0.55 |
| Hex | CB | C7 | 50 | 0 | 2 | 3D | 14 | 3A | 36 | 37 |
| Octal | 313 | 307 | 120 | 0 | 2 | 75 | 24 | 72 | 66 | 67 |
| Binary | 11001011 | 11000111 | 1010000 | 0 | 10 | 111101 | 10100 | 111010 | 110110 | 110111 |
Color Harmonies of #CBC750
Complementary color
Monochromatic Colors of #CBC750
Black with #CBC750
Text Example
Text Example
White with #CBC750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC750; }
p { color: rgb(203,199,80); }
H1.HeaderClassName
{
color: #CBC750;
}
.AnyTagClassName
{
color: #CBC750;
}
</style>
background-color css
<style>
a { background-color: #CBC750; }
a { background-color: rgb(203,199,80); }
div.DivClassName
{
background-color: #CBC750;
}
.BgClassName
{
background-color: #CBC750;
}
</style>
border-color css
<style>
span { border-color: #CBC750; }
span { border-color: rgb(203,199,80); }
td.TdClassName
{
border-color: #CBC750;
}
.TagClassName
{
border-color: #CBC750;
}
</style>