Shades of Old Gold #CABA46
Tints of Old Gold #CABA46
RGB
CMYK
RGB Variations
Color information
#CABA46 (or 0xCABA46) is known color: Old Gold. HEX triplet: CA, BA and 46. RGB value is (202,186,70). Sum of RGB (Red+Green+Blue) = 202+186+70=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA46 is #3545B9. Grayscale: #B2B2B2. Windows color (decimal): -3491258 or 4635338. OLE color: 4635338.
HSL color Cylindrical-coordinate representation of color #CABA46: hue angle of 52.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CABA46 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 70 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.21 |
| HSL | 52.73º | 0.55% | 0.53% | - |
| HSV(B) | 52.73º | 0.65% | 0.79% | - |
| XYZ | 43.02 | 48.12 | 12.81 | - |
| YUV | 177.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 70 | 0 | 0.08 | 0.65 | 0.21 | 52.73 | 0.55 | 0.53 |
| Hex | CA | BA | 46 | 0 | 8 | 41 | 15 | 35 | 37 | 35 |
| Octal | 312 | 272 | 106 | 0 | 10 | 101 | 25 | 65 | 67 | 65 |
| Binary | 11001010 | 10111010 | 1000110 | 0 | 1000 | 1000001 | 10101 | 110101 | 110111 | 110101 |
Color Harmonies of #CABA46
Complementary color
Monochromatic Colors of #CABA46
Black with #CABA46
Text Example
Text Example
White with #CABA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA46; }
p { color: rgb(202,186,70); }
H1.HeaderClassName
{
color: #CABA46;
}
.AnyTagClassName
{
color: #CABA46;
}
</style>
background-color css
<style>
a { background-color: #CABA46; }
a { background-color: rgb(202,186,70); }
div.DivClassName
{
background-color: #CABA46;
}
.BgClassName
{
background-color: #CABA46;
}
</style>
border-color css
<style>
span { border-color: #CABA46; }
span { border-color: rgb(202,186,70); }
td.TdClassName
{
border-color: #CABA46;
}
.TagClassName
{
border-color: #CABA46;
}
</style>