Shades of Brass #C0AE38
Tints of Brass #C0AE38
RGB
CMYK
RGB Variations
Color information
#C0AE38 (or 0xC0AE38) is known color: Brass. HEX triplet: C0, AE and 38. RGB value is (192,174,56). Sum of RGB (Red+Green+Blue) = 192+174+56=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AE38 is #3F51C7. Grayscale: #A6A6A6. Windows color (decimal): -4149704 or 3714752. OLE color: 3714752.
HSL color Cylindrical-coordinate representation of color #C0AE38: hue angle of 52.06º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0AE38 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 56 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.25 |
| HSL | 52.06º | 0.55% | 0.49% | - |
| HSV(B) | 52.06º | 0.71% | 0.75% | - |
| XYZ | 37.59 | 41.76 | 9.82 | - |
| YUV | 165.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 56 | 0 | 0.09 | 0.71 | 0.25 | 52.06 | 0.55 | 0.49 |
| Hex | C0 | AE | 38 | 0 | 9 | 47 | 19 | 34 | 37 | 31 |
| Octal | 300 | 256 | 70 | 0 | 11 | 107 | 31 | 64 | 67 | 61 |
| Binary | 11000000 | 10101110 | 111000 | 0 | 1001 | 1000111 | 11001 | 110100 | 110111 | 110001 |
Color Harmonies of #C0AE38
Complementary color
Monochromatic Colors of #C0AE38
Black with #C0AE38
Text Example
Text Example
White with #C0AE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE38; }
p { color: rgb(192,174,56); }
H1.HeaderClassName
{
color: #C0AE38;
}
.AnyTagClassName
{
color: #C0AE38;
}
</style>
background-color css
<style>
a { background-color: #C0AE38; }
a { background-color: rgb(192,174,56); }
div.DivClassName
{
background-color: #C0AE38;
}
.BgClassName
{
background-color: #C0AE38;
}
</style>
border-color css
<style>
span { border-color: #C0AE38; }
span { border-color: rgb(192,174,56); }
td.TdClassName
{
border-color: #C0AE38;
}
.TagClassName
{
border-color: #C0AE38;
}
</style>