Shades of Confetti #CAC250
Tints of Confetti #CAC250
RGB
CMYK
RGB Variations
Color information
#CAC250 (or 0xCAC250) is known color: Confetti. HEX triplet: CA, C2 and 50. RGB value is (202,194,80). Sum of RGB (Red+Green+Blue) = 202+194+80=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC250 is #353DAF. Grayscale: #B7B7B7. Windows color (decimal): -3489200 or 5292746. OLE color: 5292746.
HSL color Cylindrical-coordinate representation of color #CAC250: hue angle of 56.07º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAC250 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 80 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.21 |
| HSL | 56.07º | 0.54% | 0.55% | - |
| HSV(B) | 56.07º | 0.6% | 0.79% | - |
| XYZ | 45.1 | 51.72 | 15.2 | - |
| YUV | 183.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 80 | 0 | 0.04 | 0.60 | 0.21 | 56.07 | 0.54 | 0.55 |
| Hex | CA | C2 | 50 | 0 | 4 | 3C | 15 | 38 | 36 | 37 |
| Octal | 312 | 302 | 120 | 0 | 4 | 74 | 25 | 70 | 66 | 67 |
| Binary | 11001010 | 11000010 | 1010000 | 0 | 100 | 111100 | 10101 | 111000 | 110110 | 110111 |
Color Harmonies of #CAC250
Complementary color
Monochromatic Colors of #CAC250
Black with #CAC250
Text Example
Text Example
White with #CAC250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC250; }
p { color: rgb(202,194,80); }
H1.HeaderClassName
{
color: #CAC250;
}
.AnyTagClassName
{
color: #CAC250;
}
</style>
background-color css
<style>
a { background-color: #CAC250; }
a { background-color: rgb(202,194,80); }
div.DivClassName
{
background-color: #CAC250;
}
.BgClassName
{
background-color: #CAC250;
}
</style>
border-color css
<style>
span { border-color: #CAC250; }
span { border-color: rgb(202,194,80); }
td.TdClassName
{
border-color: #CAC250;
}
.TagClassName
{
border-color: #CAC250;
}
</style>