Shades of Confetti #CDC852
Tints of Confetti #CDC852
RGB
CMYK
RGB Variations
Color information
#CDC852 (or 0xCDC852) is known color: Confetti. HEX triplet: CD, C8 and 52. RGB value is (205,200,82). Sum of RGB (Red+Green+Blue) = 205+200+82=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC852 is #3237AD. Grayscale: #BCBCBC. Windows color (decimal): -3291054 or 5425357. OLE color: 5425357.
HSL color Cylindrical-coordinate representation of color #CDC852: hue angle of 57.56º degrees, saturation: 0.55, 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 #CDC852 is Cyan = 0, Magento = 0.02, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 82 | - |
| CMYK | 0 | 0.02 | 0.6 | 0.20 |
| HSL | 57.56º | 0.55% | 0.56% | - |
| HSV(B) | 57.56º | 0.6% | 0.8% | - |
| XYZ | 47.35 | 54.9 | 16.08 | - |
| YUV | 188.04 | 68.16 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 82 | 0 | 0.02 | 0.6 | 0.20 | 57.56 | 0.55 | 0.56 |
| Hex | CD | C8 | 52 | 0 | 2 | 3C | 14 | 3A | 37 | 38 |
| Octal | 315 | 310 | 122 | 0 | 2 | 74 | 24 | 72 | 67 | 70 |
| Binary | 11001101 | 11001000 | 1010010 | 0 | 10 | 111100 | 10100 | 111010 | 110111 | 111000 |
Color Harmonies of #CDC852
Complementary color
Monochromatic Colors of #CDC852
Black with #CDC852
Text Example
Text Example
White with #CDC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC852; }
p { color: rgb(205,200,82); }
H1.HeaderClassName
{
color: #CDC852;
}
.AnyTagClassName
{
color: #CDC852;
}
</style>
background-color css
<style>
a { background-color: #CDC852; }
a { background-color: rgb(205,200,82); }
div.DivClassName
{
background-color: #CDC852;
}
.BgClassName
{
background-color: #CDC852;
}
</style>
border-color css
<style>
span { border-color: #CDC852; }
span { border-color: rgb(205,200,82); }
td.TdClassName
{
border-color: #CDC852;
}
.TagClassName
{
border-color: #CDC852;
}
</style>