Shades of Confetti #CAC551
Tints of Confetti #CAC551
RGB
CMYK
RGB Variations
Color information
#CAC551 (or 0xCAC551) is known color: Confetti. HEX triplet: CA, C5 and 51. RGB value is (202,197,81). Sum of RGB (Red+Green+Blue) = 202+197+81=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 81 (32.03% from 255 or 16.88% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC551 is #353AAE. Grayscale: #B9B9B9. Windows color (decimal): -3488431 or 5359050. OLE color: 5359050.
HSL color Cylindrical-coordinate representation of color #CAC551: hue angle of 57.52º degrees, saturation: 0.53, 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 #CAC551 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 81 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.21 |
| HSL | 57.52º | 0.53% | 0.55% | - |
| HSV(B) | 57.52º | 0.6% | 0.79% | - |
| XYZ | 45.81 | 53.08 | 15.62 | - |
| YUV | 185.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 81 | 0 | 0.02 | 0.60 | 0.21 | 57.52 | 0.53 | 0.55 |
| Hex | CA | C5 | 51 | 0 | 2 | 3C | 15 | 3A | 35 | 37 |
| Octal | 312 | 305 | 121 | 0 | 2 | 74 | 25 | 72 | 65 | 67 |
| Binary | 11001010 | 11000101 | 1010001 | 0 | 10 | 111100 | 10101 | 111010 | 110101 | 110111 |
Color Harmonies of #CAC551
Complementary color
Monochromatic Colors of #CAC551
Black with #CAC551
Text Example
Text Example
White with #CAC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC551; }
p { color: rgb(202,197,81); }
H1.HeaderClassName
{
color: #CAC551;
}
.AnyTagClassName
{
color: #CAC551;
}
</style>
background-color css
<style>
a { background-color: #CAC551; }
a { background-color: rgb(202,197,81); }
div.DivClassName
{
background-color: #CAC551;
}
.BgClassName
{
background-color: #CAC551;
}
</style>
border-color css
<style>
span { border-color: #CAC551; }
span { border-color: rgb(202,197,81); }
td.TdClassName
{
border-color: #CAC551;
}
.TagClassName
{
border-color: #CAC551;
}
</style>