Shades of Old Gold #CABA3C
Tints of Old Gold #CABA3C
RGB
CMYK
RGB Variations
Color information
#CABA3C (or 0xCABA3C) is known color: Old Gold. HEX triplet: CA, BA and 3C. RGB value is (202,186,60). Sum of RGB (Red+Green+Blue) = 202+186+60=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA3C is #3545C3. Grayscale: #B0B0B0. Windows color (decimal): -3491268 or 3979978. OLE color: 3979978.
HSL color Cylindrical-coordinate representation of color #CABA3C: hue angle of 53.24º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CABA3C is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 60 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.21 |
| HSL | 53.24º | 0.57% | 0.51% | - |
| HSV(B) | 53.24º | 0.7% | 0.79% | - |
| XYZ | 42.73 | 48 | 11.29 | - |
| YUV | 176.42 | 62.3 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 60 | 0 | 0.08 | 0.70 | 0.21 | 53.24 | 0.57 | 0.51 |
| Hex | CA | BA | 3C | 0 | 8 | 46 | 15 | 35 | 39 | 33 |
| Octal | 312 | 272 | 74 | 0 | 10 | 106 | 25 | 65 | 71 | 63 |
| Binary | 11001010 | 10111010 | 111100 | 0 | 1000 | 1000110 | 10101 | 110101 | 111001 | 110011 |
Color Harmonies of #CABA3C
Complementary color
Monochromatic Colors of #CABA3C
Black with #CABA3C
Text Example
Text Example
White with #CABA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA3C; }
p { color: rgb(202,186,60); }
H1.HeaderClassName
{
color: #CABA3C;
}
.AnyTagClassName
{
color: #CABA3C;
}
</style>
background-color css
<style>
a { background-color: #CABA3C; }
a { background-color: rgb(202,186,60); }
div.DivClassName
{
background-color: #CABA3C;
}
.BgClassName
{
background-color: #CABA3C;
}
</style>
border-color css
<style>
span { border-color: #CABA3C; }
span { border-color: rgb(202,186,60); }
td.TdClassName
{
border-color: #CABA3C;
}
.TagClassName
{
border-color: #CABA3C;
}
</style>