Shades of Old Gold #CBB145
Tints of Old Gold #CBB145
RGB
CMYK
RGB Variations
Color information
#CBB145 (or 0xCBB145) is known color: Old Gold. HEX triplet: CB, B1 and 45. RGB value is (203,177,69). Sum of RGB (Red+Green+Blue) = 203+177+69=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB145 is #344EBA. Grayscale: #ACACAC. Windows color (decimal): -3428027 or 4567499. OLE color: 4567499.
HSL color Cylindrical-coordinate representation of color #CBB145: hue angle of 48.36º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBB145 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 69 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.20 |
| HSL | 48.36º | 0.56% | 0.53% | - |
| HSV(B) | 48.36º | 0.66% | 0.8% | - |
| XYZ | 41.42 | 44.57 | 12.05 | - |
| YUV | 172.46 | 69.61 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 69 | 0 | 0.13 | 0.66 | 0.20 | 48.36 | 0.56 | 0.53 |
| Hex | CB | B1 | 45 | 0 | D | 42 | 14 | 30 | 38 | 35 |
| Octal | 313 | 261 | 105 | 0 | 15 | 102 | 24 | 60 | 70 | 65 |
| Binary | 11001011 | 10110001 | 1000101 | 0 | 1101 | 1000010 | 10100 | 110000 | 111000 | 110101 |
Color Harmonies of #CBB145
Complementary color
Monochromatic Colors of #CBB145
Black with #CBB145
Text Example
Text Example
White with #CBB145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB145; }
p { color: rgb(203,177,69); }
H1.HeaderClassName
{
color: #CBB145;
}
.AnyTagClassName
{
color: #CBB145;
}
</style>
background-color css
<style>
a { background-color: #CBB145; }
a { background-color: rgb(203,177,69); }
div.DivClassName
{
background-color: #CBB145;
}
.BgClassName
{
background-color: #CBB145;
}
</style>
border-color css
<style>
span { border-color: #CBB145; }
span { border-color: rgb(203,177,69); }
td.TdClassName
{
border-color: #CBB145;
}
.TagClassName
{
border-color: #CBB145;
}
</style>