Shades of Old Gold #C3B742
Tints of Old Gold #C3B742
RGB
CMYK
RGB Variations
Color information
#C3B742 (or 0xC3B742) is known color: Old Gold. HEX triplet: C3, B7 and 42. RGB value is (195,183,66). Sum of RGB (Red+Green+Blue) = 195+183+66=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B742 is #3C48BD. Grayscale: #ADADAD. Windows color (decimal): -3950782 or 4372419. OLE color: 4372419.
HSL color Cylindrical-coordinate representation of color #C3B742: hue angle of 54.42º 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 #C3B742 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 66 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.24 |
| HSL | 54.42º | 0.52% | 0.51% | - |
| HSV(B) | 54.42º | 0.66% | 0.76% | - |
| XYZ | 40.42 | 45.86 | 11.88 | - |
| YUV | 173.25 | 67.48 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 66 | 0 | 0.06 | 0.66 | 0.24 | 54.42 | 0.52 | 0.51 |
| Hex | C3 | B7 | 42 | 0 | 6 | 42 | 18 | 36 | 34 | 33 |
| Octal | 303 | 267 | 102 | 0 | 6 | 102 | 30 | 66 | 64 | 63 |
| Binary | 11000011 | 10110111 | 1000010 | 0 | 110 | 1000010 | 11000 | 110110 | 110100 | 110011 |
Color Harmonies of #C3B742
Complementary color
Monochromatic Colors of #C3B742
Black with #C3B742
Text Example
Text Example
White with #C3B742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B742; }
p { color: rgb(195,183,66); }
H1.HeaderClassName
{
color: #C3B742;
}
.AnyTagClassName
{
color: #C3B742;
}
</style>
background-color css
<style>
a { background-color: #C3B742; }
a { background-color: rgb(195,183,66); }
div.DivClassName
{
background-color: #C3B742;
}
.BgClassName
{
background-color: #C3B742;
}
</style>
border-color css
<style>
span { border-color: #C3B742; }
span { border-color: rgb(195,183,66); }
td.TdClassName
{
border-color: #C3B742;
}
.TagClassName
{
border-color: #C3B742;
}
</style>