Shades of Old Gold #CABB46
Tints of Old Gold #CABB46
RGB
CMYK
RGB Variations
Color information
#CABB46 (or 0xCABB46) is known color: Old Gold. HEX triplet: CA, BB and 46. RGB value is (202,187,70). Sum of RGB (Red+Green+Blue) = 202+187+70=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB46 is #3544B9. Grayscale: #B2B2B2. Windows color (decimal): -3491002 or 4635594. OLE color: 4635594.
HSL color Cylindrical-coordinate representation of color #CABB46: hue angle of 53.18º 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 #CABB46 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 70 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.21 |
| HSL | 53.18º | 0.55% | 0.53% | - |
| HSV(B) | 53.18º | 0.65% | 0.79% | - |
| XYZ | 43.23 | 48.54 | 12.88 | - |
| YUV | 178.15 | 66.97 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 70 | 0 | 0.07 | 0.65 | 0.21 | 53.18 | 0.55 | 0.53 |
| Hex | CA | BB | 46 | 0 | 7 | 41 | 15 | 35 | 37 | 35 |
| Octal | 312 | 273 | 106 | 0 | 7 | 101 | 25 | 65 | 67 | 65 |
| Binary | 11001010 | 10111011 | 1000110 | 0 | 111 | 1000001 | 10101 | 110101 | 110111 | 110101 |
Color Harmonies of #CABB46
Complementary color
Monochromatic Colors of #CABB46
Black with #CABB46
Text Example
Text Example
White with #CABB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB46; }
p { color: rgb(202,187,70); }
H1.HeaderClassName
{
color: #CABB46;
}
.AnyTagClassName
{
color: #CABB46;
}
</style>
background-color css
<style>
a { background-color: #CABB46; }
a { background-color: rgb(202,187,70); }
div.DivClassName
{
background-color: #CABB46;
}
.BgClassName
{
background-color: #CABB46;
}
</style>
border-color css
<style>
span { border-color: #CABB46; }
span { border-color: rgb(202,187,70); }
td.TdClassName
{
border-color: #CABB46;
}
.TagClassName
{
border-color: #CABB46;
}
</style>