Shades of Confetti #CBC552
Tints of Confetti #CBC552
RGB
CMYK
RGB Variations
Color information
#CBC552 (or 0xCBC552) is known color: Confetti. HEX triplet: CB, C5 and 52. RGB value is (203,197,82). Sum of RGB (Red+Green+Blue) = 203+197+82=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC552 is #343AAD. Grayscale: #BABABA. Windows color (decimal): -3422894 or 5424587. OLE color: 5424587.
HSL color Cylindrical-coordinate representation of color #CBC552: hue angle of 57.02º 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 #CBC552 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 82 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.20 |
| HSL | 57.02º | 0.54% | 0.56% | - |
| HSV(B) | 57.02º | 0.6% | 0.8% | - |
| XYZ | 46.12 | 53.24 | 15.83 | - |
| YUV | 185.68 | 69.49 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 82 | 0 | 0.03 | 0.60 | 0.20 | 57.02 | 0.54 | 0.56 |
| Hex | CB | C5 | 52 | 0 | 3 | 3C | 14 | 39 | 36 | 38 |
| Octal | 313 | 305 | 122 | 0 | 3 | 74 | 24 | 71 | 66 | 70 |
| Binary | 11001011 | 11000101 | 1010010 | 0 | 11 | 111100 | 10100 | 111001 | 110110 | 111000 |
Color Harmonies of #CBC552
Complementary color
Monochromatic Colors of #CBC552
Black with #CBC552
Text Example
Text Example
White with #CBC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC552; }
p { color: rgb(203,197,82); }
H1.HeaderClassName
{
color: #CBC552;
}
.AnyTagClassName
{
color: #CBC552;
}
</style>
background-color css
<style>
a { background-color: #CBC552; }
a { background-color: rgb(203,197,82); }
div.DivClassName
{
background-color: #CBC552;
}
.BgClassName
{
background-color: #CBC552;
}
</style>
border-color css
<style>
span { border-color: #CBC552; }
span { border-color: rgb(203,197,82); }
td.TdClassName
{
border-color: #CBC552;
}
.TagClassName
{
border-color: #CBC552;
}
</style>