Shades of Brass #C0A93D
Tints of Brass #C0A93D
RGB
CMYK
RGB Variations
Color information
#C0A93D (or 0xC0A93D) is known color: Brass. HEX triplet: C0, A9 and 3D. RGB value is (192,169,61). Sum of RGB (Red+Green+Blue) = 192+169+61=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A93D is #3F56C2. Grayscale: #A4A4A4. Windows color (decimal): -4150979 or 4041152. OLE color: 4041152.
HSL color Cylindrical-coordinate representation of color #C0A93D: hue angle of 49.47º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0A93D is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 61 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.25 |
| HSL | 49.47º | 0.52% | 0.5% | - |
| HSV(B) | 49.47º | 0.68% | 0.75% | - |
| XYZ | 36.77 | 39.92 | 10.18 | - |
| YUV | 163.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 61 | 0 | 0.12 | 0.68 | 0.25 | 49.47 | 0.52 | 0.5 |
| Hex | C0 | A9 | 3D | 0 | C | 44 | 19 | 31 | 34 | 32 |
| Octal | 300 | 251 | 75 | 0 | 14 | 104 | 31 | 61 | 64 | 62 |
| Binary | 11000000 | 10101001 | 111101 | 0 | 1100 | 1000100 | 11001 | 110001 | 110100 | 110010 |
Color Harmonies of #C0A93D
Complementary color
Monochromatic Colors of #C0A93D
Black with #C0A93D
Text Example
Text Example
White with #C0A93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A93D; }
p { color: rgb(192,169,61); }
H1.HeaderClassName
{
color: #C0A93D;
}
.AnyTagClassName
{
color: #C0A93D;
}
</style>
background-color css
<style>
a { background-color: #C0A93D; }
a { background-color: rgb(192,169,61); }
div.DivClassName
{
background-color: #C0A93D;
}
.BgClassName
{
background-color: #C0A93D;
}
</style>
border-color css
<style>
span { border-color: #C0A93D; }
span { border-color: rgb(192,169,61); }
td.TdClassName
{
border-color: #C0A93D;
}
.TagClassName
{
border-color: #C0A93D;
}
</style>