Shades of Old Gold #C3AC33
Tints of Old Gold #C3AC33
RGB
CMYK
RGB Variations
Color information
#C3AC33 (or 0xC3AC33) is known color: Old Gold. HEX triplet: C3, AC and 33. RGB value is (195,172,51). Sum of RGB (Red+Green+Blue) = 195+172+51=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AC33 is #3C53CC. Grayscale: #A5A5A5. Windows color (decimal): -3953613 or 3386563. OLE color: 3386563.
HSL color Cylindrical-coordinate representation of color #C3AC33: hue angle of 50.42º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3AC33 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 51 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.24 |
| HSL | 50.42º | 0.59% | 0.48% | - |
| HSV(B) | 50.42º | 0.74% | 0.76% | - |
| XYZ | 37.86 | 41.35 | 9.12 | - |
| YUV | 165.08 | 63.62 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 51 | 0 | 0.12 | 0.74 | 0.24 | 50.42 | 0.59 | 0.48 |
| Hex | C3 | AC | 33 | 0 | C | 4A | 18 | 32 | 3B | 30 |
| Octal | 303 | 254 | 63 | 0 | 14 | 112 | 30 | 62 | 73 | 60 |
| Binary | 11000011 | 10101100 | 110011 | 0 | 1100 | 1001010 | 11000 | 110010 | 111011 | 110000 |
Color Harmonies of #C3AC33
Complementary color
Monochromatic Colors of #C3AC33
Black with #C3AC33
Text Example
Text Example
White with #C3AC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AC33; }
p { color: rgb(195,172,51); }
H1.HeaderClassName
{
color: #C3AC33;
}
.AnyTagClassName
{
color: #C3AC33;
}
</style>
background-color css
<style>
a { background-color: #C3AC33; }
a { background-color: rgb(195,172,51); }
div.DivClassName
{
background-color: #C3AC33;
}
.BgClassName
{
background-color: #C3AC33;
}
</style>
border-color css
<style>
span { border-color: #C3AC33; }
span { border-color: rgb(195,172,51); }
td.TdClassName
{
border-color: #C3AC33;
}
.TagClassName
{
border-color: #C3AC33;
}
</style>