Shades of Old Gold #CABB49
Tints of Old Gold #CABB49
RGB
CMYK
RGB Variations
Color information
#CABB49 (or 0xCABB49) is known color: Old Gold. HEX triplet: CA, BB and 49. RGB value is (202,187,73). Sum of RGB (Red+Green+Blue) = 202+187+73=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB49 is #3544B6. Grayscale: #B2B2B2. Windows color (decimal): -3490999 or 4832202. OLE color: 4832202.
HSL color Cylindrical-coordinate representation of color #CABB49: hue angle of 53.02º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CABB49 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 73 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.21 |
| HSL | 53.02º | 0.55% | 0.54% | - |
| HSV(B) | 53.02º | 0.64% | 0.79% | - |
| XYZ | 43.33 | 48.58 | 13.4 | - |
| YUV | 178.49 | 68.47 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 73 | 0 | 0.07 | 0.64 | 0.21 | 53.02 | 0.55 | 0.54 |
| Hex | CA | BB | 49 | 0 | 7 | 40 | 15 | 35 | 37 | 36 |
| Octal | 312 | 273 | 111 | 0 | 7 | 100 | 25 | 65 | 67 | 66 |
| Binary | 11001010 | 10111011 | 1001001 | 0 | 111 | 1000000 | 10101 | 110101 | 110111 | 110110 |
Color Harmonies of #CABB49
Complementary color
Monochromatic Colors of #CABB49
Black with #CABB49
Text Example
Text Example
White with #CABB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB49; }
p { color: rgb(202,187,73); }
H1.HeaderClassName
{
color: #CABB49;
}
.AnyTagClassName
{
color: #CABB49;
}
</style>
background-color css
<style>
a { background-color: #CABB49; }
a { background-color: rgb(202,187,73); }
div.DivClassName
{
background-color: #CABB49;
}
.BgClassName
{
background-color: #CABB49;
}
</style>
border-color css
<style>
span { border-color: #CABB49; }
span { border-color: rgb(202,187,73); }
td.TdClassName
{
border-color: #CABB49;
}
.TagClassName
{
border-color: #CABB49;
}
</style>