Shades of Brass #C1AD3B
Tints of Brass #C1AD3B
RGB
CMYK
RGB Variations
Color information
#C1AD3B (or 0xC1AD3B) is known color: Brass. HEX triplet: C1, AD and 3B. RGB value is (193,173,59). Sum of RGB (Red+Green+Blue) = 193+173+59=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AD3B is #3E52C4. Grayscale: #A6A6A6. Windows color (decimal): -4084421 or 3911105. OLE color: 3911105.
HSL color Cylindrical-coordinate representation of color #C1AD3B: hue angle of 51.04º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1AD3B is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 59 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.24 |
| HSL | 51.04º | 0.53% | 0.49% | - |
| HSV(B) | 51.04º | 0.69% | 0.76% | - |
| XYZ | 37.73 | 41.54 | 10.17 | - |
| YUV | 165.98 | 67.63 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 59 | 0 | 0.10 | 0.69 | 0.24 | 51.04 | 0.53 | 0.49 |
| Hex | C1 | AD | 3B | 0 | A | 45 | 18 | 33 | 35 | 31 |
| Octal | 301 | 255 | 73 | 0 | 12 | 105 | 30 | 63 | 65 | 61 |
| Binary | 11000001 | 10101101 | 111011 | 0 | 1010 | 1000101 | 11000 | 110011 | 110101 | 110001 |
Color Harmonies of #C1AD3B
Complementary color
Monochromatic Colors of #C1AD3B
Black with #C1AD3B
Text Example
Text Example
White with #C1AD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD3B; }
p { color: rgb(193,173,59); }
H1.HeaderClassName
{
color: #C1AD3B;
}
.AnyTagClassName
{
color: #C1AD3B;
}
</style>
background-color css
<style>
a { background-color: #C1AD3B; }
a { background-color: rgb(193,173,59); }
div.DivClassName
{
background-color: #C1AD3B;
}
.BgClassName
{
background-color: #C1AD3B;
}
</style>
border-color css
<style>
span { border-color: #C1AD3B; }
span { border-color: rgb(193,173,59); }
td.TdClassName
{
border-color: #C1AD3B;
}
.TagClassName
{
border-color: #C1AD3B;
}
</style>