Shades of Old Gold #C3B743
Tints of Old Gold #C3B743
RGB
CMYK
RGB Variations
Color information
#C3B743 (or 0xC3B743) is known color: Old Gold. HEX triplet: C3, B7 and 43. RGB value is (195,183,67). Sum of RGB (Red+Green+Blue) = 195+183+67=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 67 (26.56% from 255 or 15.06% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B743 is #3C48BC. Grayscale: #ADADAD. Windows color (decimal): -3950781 or 4437955. OLE color: 4437955.
HSL color Cylindrical-coordinate representation of color #C3B743: hue angle of 54.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3B743 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 67 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.24 |
| HSL | 54.38º | 0.52% | 0.51% | - |
| HSV(B) | 54.38º | 0.66% | 0.76% | - |
| XYZ | 40.45 | 45.87 | 12.03 | - |
| YUV | 173.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 67 | 0 | 0.06 | 0.66 | 0.24 | 54.38 | 0.52 | 0.51 |
| Hex | C3 | B7 | 43 | 0 | 6 | 42 | 18 | 36 | 34 | 33 |
| Octal | 303 | 267 | 103 | 0 | 6 | 102 | 30 | 66 | 64 | 63 |
| Binary | 11000011 | 10110111 | 1000011 | 0 | 110 | 1000010 | 11000 | 110110 | 110100 | 110011 |
Color Harmonies of #C3B743
Complementary color
Monochromatic Colors of #C3B743
Black with #C3B743
Text Example
Text Example
White with #C3B743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B743; }
p { color: rgb(195,183,67); }
H1.HeaderClassName
{
color: #C3B743;
}
.AnyTagClassName
{
color: #C3B743;
}
</style>
background-color css
<style>
a { background-color: #C3B743; }
a { background-color: rgb(195,183,67); }
div.DivClassName
{
background-color: #C3B743;
}
.BgClassName
{
background-color: #C3B743;
}
</style>
border-color css
<style>
span { border-color: #C3B743; }
span { border-color: rgb(195,183,67); }
td.TdClassName
{
border-color: #C3B743;
}
.TagClassName
{
border-color: #C3B743;
}
</style>