Shades of Old Gold #CAB145
Tints of Old Gold #CAB145
RGB
CMYK
RGB Variations
Color information
#CAB145 (or 0xCAB145) is known color: Old Gold. HEX triplet: CA, B1 and 45. RGB value is (202,177,69). Sum of RGB (Red+Green+Blue) = 202+177+69=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB145 is #354EBA. Grayscale: #ACACAC. Windows color (decimal): -3493563 or 4567498. OLE color: 4567498.
HSL color Cylindrical-coordinate representation of color #CAB145: hue angle of 48.72º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAB145 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 69 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.21 |
| HSL | 48.72º | 0.56% | 0.53% | - |
| HSV(B) | 48.72º | 0.66% | 0.79% | - |
| XYZ | 41.15 | 44.43 | 12.04 | - |
| YUV | 172.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 69 | 0 | 0.12 | 0.66 | 0.21 | 48.72 | 0.56 | 0.53 |
| Hex | CA | B1 | 45 | 0 | C | 42 | 15 | 31 | 38 | 35 |
| Octal | 312 | 261 | 105 | 0 | 14 | 102 | 25 | 61 | 70 | 65 |
| Binary | 11001010 | 10110001 | 1000101 | 0 | 1100 | 1000010 | 10101 | 110001 | 111000 | 110101 |
Color Harmonies of #CAB145
Complementary color
Monochromatic Colors of #CAB145
Black with #CAB145
Text Example
Text Example
White with #CAB145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB145; }
p { color: rgb(202,177,69); }
H1.HeaderClassName
{
color: #CAB145;
}
.AnyTagClassName
{
color: #CAB145;
}
</style>
background-color css
<style>
a { background-color: #CAB145; }
a { background-color: rgb(202,177,69); }
div.DivClassName
{
background-color: #CAB145;
}
.BgClassName
{
background-color: #CAB145;
}
</style>
border-color css
<style>
span { border-color: #CAB145; }
span { border-color: rgb(202,177,69); }
td.TdClassName
{
border-color: #CAB145;
}
.TagClassName
{
border-color: #CAB145;
}
</style>