Shades of Old Gold #CABA4A
Tints of Old Gold #CABA4A
RGB
CMYK
RGB Variations
Color information
#CABA4A (or 0xCABA4A) is known color: Old Gold. HEX triplet: CA, BA and 4A. RGB value is (202,186,74). Sum of RGB (Red+Green+Blue) = 202+186+74=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA4A is #3545B5. Grayscale: #B2B2B2. Windows color (decimal): -3491254 or 4897482. OLE color: 4897482.
HSL color Cylindrical-coordinate representation of color #CABA4A: hue angle of 52.5º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CABA4A is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 74 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.21 |
| HSL | 52.5º | 0.55% | 0.54% | - |
| HSV(B) | 52.5º | 0.63% | 0.79% | - |
| XYZ | 43.15 | 48.17 | 13.5 | - |
| YUV | 178.02 | 69.3 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 74 | 0 | 0.08 | 0.63 | 0.21 | 52.5 | 0.55 | 0.54 |
| Hex | CA | BA | 4A | 0 | 8 | 3F | 15 | 34 | 37 | 36 |
| Octal | 312 | 272 | 112 | 0 | 10 | 77 | 25 | 64 | 67 | 66 |
| Binary | 11001010 | 10111010 | 1001010 | 0 | 1000 | 111111 | 10101 | 110100 | 110111 | 110110 |
Color Harmonies of #CABA4A
Complementary color
Monochromatic Colors of #CABA4A
Black with #CABA4A
Text Example
Text Example
White with #CABA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA4A; }
p { color: rgb(202,186,74); }
H1.HeaderClassName
{
color: #CABA4A;
}
.AnyTagClassName
{
color: #CABA4A;
}
</style>
background-color css
<style>
a { background-color: #CABA4A; }
a { background-color: rgb(202,186,74); }
div.DivClassName
{
background-color: #CABA4A;
}
.BgClassName
{
background-color: #CABA4A;
}
</style>
border-color css
<style>
span { border-color: #CABA4A; }
span { border-color: rgb(202,186,74); }
td.TdClassName
{
border-color: #CABA4A;
}
.TagClassName
{
border-color: #CABA4A;
}
</style>