Shades of Confetti #CBC551
Tints of Confetti #CBC551
RGB
CMYK
RGB Variations
Color information
#CBC551 (or 0xCBC551) is known color: Confetti. HEX triplet: CB, C5 and 51. RGB value is (203,197,81). Sum of RGB (Red+Green+Blue) = 203+197+81=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 81 (32.03% from 255 or 16.84% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC551 is #343AAE. Grayscale: #BABABA. Windows color (decimal): -3422895 or 5359051. OLE color: 5359051.
HSL color Cylindrical-coordinate representation of color #CBC551: hue angle of 57.05º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBC551 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 81 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.20 |
| HSL | 57.05º | 0.54% | 0.56% | - |
| HSV(B) | 57.05º | 0.6% | 0.8% | - |
| XYZ | 46.08 | 53.22 | 15.63 | - |
| YUV | 185.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 81 | 0 | 0.03 | 0.60 | 0.20 | 57.05 | 0.54 | 0.56 |
| Hex | CB | C5 | 51 | 0 | 3 | 3C | 14 | 39 | 36 | 38 |
| Octal | 313 | 305 | 121 | 0 | 3 | 74 | 24 | 71 | 66 | 70 |
| Binary | 11001011 | 11000101 | 1010001 | 0 | 11 | 111100 | 10100 | 111001 | 110110 | 111000 |
Color Harmonies of #CBC551
Complementary color
Monochromatic Colors of #CBC551
Black with #CBC551
Text Example
Text Example
White with #CBC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC551; }
p { color: rgb(203,197,81); }
H1.HeaderClassName
{
color: #CBC551;
}
.AnyTagClassName
{
color: #CBC551;
}
</style>
background-color css
<style>
a { background-color: #CBC551; }
a { background-color: rgb(203,197,81); }
div.DivClassName
{
background-color: #CBC551;
}
.BgClassName
{
background-color: #CBC551;
}
</style>
border-color css
<style>
span { border-color: #CBC551; }
span { border-color: rgb(203,197,81); }
td.TdClassName
{
border-color: #CBC551;
}
.TagClassName
{
border-color: #CBC551;
}
</style>