Shades of Old Gold #CBBC46
Tints of Old Gold #CBBC46
RGB
CMYK
RGB Variations
Color information
#CBBC46 (or 0xCBBC46) is known color: Old Gold. HEX triplet: CB, BC and 46. RGB value is (203,188,70). Sum of RGB (Red+Green+Blue) = 203+188+70=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC46 is #3443B9. Grayscale: #B3B3B3. Windows color (decimal): -3425210 or 4635851. OLE color: 4635851.
HSL color Cylindrical-coordinate representation of color #CBBC46: hue angle of 53.23º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBBC46 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 70 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.20 |
| HSL | 53.23º | 0.56% | 0.54% | - |
| HSV(B) | 53.23º | 0.66% | 0.8% | - |
| XYZ | 43.72 | 49.11 | 12.97 | - |
| YUV | 179.03 | 66.47 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 70 | 0 | 0.07 | 0.66 | 0.20 | 53.23 | 0.56 | 0.54 |
| Hex | CB | BC | 46 | 0 | 7 | 42 | 14 | 35 | 38 | 36 |
| Octal | 313 | 274 | 106 | 0 | 7 | 102 | 24 | 65 | 70 | 66 |
| Binary | 11001011 | 10111100 | 1000110 | 0 | 111 | 1000010 | 10100 | 110101 | 111000 | 110110 |
Color Harmonies of #CBBC46
Complementary color
Monochromatic Colors of #CBBC46
Black with #CBBC46
Text Example
Text Example
White with #CBBC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC46; }
p { color: rgb(203,188,70); }
H1.HeaderClassName
{
color: #CBBC46;
}
.AnyTagClassName
{
color: #CBBC46;
}
</style>
background-color css
<style>
a { background-color: #CBBC46; }
a { background-color: rgb(203,188,70); }
div.DivClassName
{
background-color: #CBBC46;
}
.BgClassName
{
background-color: #CBBC46;
}
</style>
border-color css
<style>
span { border-color: #CBBC46; }
span { border-color: rgb(203,188,70); }
td.TdClassName
{
border-color: #CBBC46;
}
.TagClassName
{
border-color: #CBBC46;
}
</style>