Shades of Old Gold #C2BF32
Tints of Old Gold #C2BF32
RGB
CMYK
RGB Variations
Color information
#C2BF32 (or 0xC2BF32) is known color: Old Gold. HEX triplet: C2, BF and 32. RGB value is (194,191,50). Sum of RGB (Red+Green+Blue) = 194+191+50=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF32 is #3D40CD. Grayscale: #B0B0B0. Windows color (decimal): -4014286 or 3325890. OLE color: 3325890.
HSL color Cylindrical-coordinate representation of color #C2BF32: hue angle of 58.75º 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 #C2BF32 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 50 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.24 |
| HSL | 58.75º | 0.59% | 0.48% | - |
| HSV(B) | 58.75º | 0.74% | 0.76% | - |
| XYZ | 41.45 | 48.96 | 10.28 | - |
| YUV | 175.82 | 56.99 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 50 | 0 | 0.02 | 0.74 | 0.24 | 58.75 | 0.59 | 0.48 |
| Hex | C2 | BF | 32 | 0 | 2 | 4A | 18 | 3B | 3B | 30 |
| Octal | 302 | 277 | 62 | 0 | 2 | 112 | 30 | 73 | 73 | 60 |
| Binary | 11000010 | 10111111 | 110010 | 0 | 10 | 1001010 | 11000 | 111011 | 111011 | 110000 |
Color Harmonies of #C2BF32
Complementary color
Monochromatic Colors of #C2BF32
Black with #C2BF32
Text Example
Text Example
White with #C2BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF32; }
p { color: rgb(194,191,50); }
H1.HeaderClassName
{
color: #C2BF32;
}
.AnyTagClassName
{
color: #C2BF32;
}
</style>
background-color css
<style>
a { background-color: #C2BF32; }
a { background-color: rgb(194,191,50); }
div.DivClassName
{
background-color: #C2BF32;
}
.BgClassName
{
background-color: #C2BF32;
}
</style>
border-color css
<style>
span { border-color: #C2BF32; }
span { border-color: rgb(194,191,50); }
td.TdClassName
{
border-color: #C2BF32;
}
.TagClassName
{
border-color: #C2BF32;
}
</style>