Shades of Brass #C2AB3D
Tints of Brass #C2AB3D
RGB
CMYK
RGB Variations
Color information
#C2AB3D (or 0xC2AB3D) is known color: Brass. HEX triplet: C2, AB and 3D. RGB value is (194,171,61). Sum of RGB (Red+Green+Blue) = 194+171+61=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB3D is #3D54C2. Grayscale: #A5A5A5. Windows color (decimal): -4019395 or 4041666. OLE color: 4041666.
HSL color Cylindrical-coordinate representation of color #C2AB3D: hue angle of 49.62º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2AB3D is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 61 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.24 |
| HSL | 49.62º | 0.52% | 0.5% | - |
| HSV(B) | 49.62º | 0.69% | 0.76% | - |
| XYZ | 37.65 | 40.93 | 10.33 | - |
| YUV | 165.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 61 | 0 | 0.12 | 0.69 | 0.24 | 49.62 | 0.52 | 0.5 |
| Hex | C2 | AB | 3D | 0 | C | 45 | 18 | 32 | 34 | 32 |
| Octal | 302 | 253 | 75 | 0 | 14 | 105 | 30 | 62 | 64 | 62 |
| Binary | 11000010 | 10101011 | 111101 | 0 | 1100 | 1000101 | 11000 | 110010 | 110100 | 110010 |
Color Harmonies of #C2AB3D
Complementary color
Monochromatic Colors of #C2AB3D
Black with #C2AB3D
Text Example
Text Example
White with #C2AB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB3D; }
p { color: rgb(194,171,61); }
H1.HeaderClassName
{
color: #C2AB3D;
}
.AnyTagClassName
{
color: #C2AB3D;
}
</style>
background-color css
<style>
a { background-color: #C2AB3D; }
a { background-color: rgb(194,171,61); }
div.DivClassName
{
background-color: #C2AB3D;
}
.BgClassName
{
background-color: #C2AB3D;
}
</style>
border-color css
<style>
span { border-color: #C2AB3D; }
span { border-color: rgb(194,171,61); }
td.TdClassName
{
border-color: #C2AB3D;
}
.TagClassName
{
border-color: #C2AB3D;
}
</style>