Html Css Color HEX #C0AA3A Brass

📋 copy color: '#C0AA3A'

red 192 ◦ green 170 ◦ blue 58

#C0AA3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #C0AA3A

Tints of Brass #C0AA3A

RGB

 RED value IS 192 (75.39% from 255) = 45.71%

 GREEN value IS 170 (66.8% from 255) = 40.48%

 BLUE value IS 58 (23.05% from 255) = 13.81%

R = 45.71%
G = 40.48%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C0AA3A (or 0xC0AA3A) is known color: Brass. HEX triplet: C0, AA and 3A. RGB value is (192,170,58). Sum of RGB (Red+Green+Blue) = 192+170+58=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA3A is #3F55C5. Grayscale: #A4A4A4. Windows color (decimal): -4150726 or 3844800. OLE color: 3844800.

HSL color Cylindrical-coordinate representation of color #C0AA3A: hue angle of 50.15º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0AA3A is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 170 58 -
CMYK 0 0.11 0.70 0.25
HSL 50.15º 0.54% 0.49% -
HSV(B) 50.15º 0.7% 0.75% -
XYZ 36.88 40.26 9.83 -
YUV 163.81 68.29 148.11 -
System Red Green Blue C M Y K H S L
Decimal 192 170 58 0 0.11 0.70 0.25 50.15 0.54 0.49
Hex C0 AA 3A 0 B 46 19 32 36 31
Octal 300 252 72 0 13 106 31 62 66 61
Binary 11000000 10101010 111010 0 1011 1000110 11001 110010 110110 110001

Color Harmonies of #C0AA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA3A

Black with #C0AA3A

Text Example


Text Example

White with #C0AA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA3A; }

 p { color: rgb(192,170,58); }

 H1.HeaderClassName
 {
   color: #C0AA3A;
 }
 .AnyTagClassName
 {
   color: #C0AA3A;
 }
</style>

background-color css

<style>
 a { background-color: #C0AA3A; }

 a { background-color: rgb(192,170,58); }

 div.DivClassName
 {
   background-color: #C0AA3A;
 }
 .BgClassName
 {
   background-color: #C0AA3A;
 }
</style>

border-color css

<style>
 span { border-color: #C0AA3A; }

 span { border-color: rgb(192,170,58); }

 td.TdClassName
 {
   border-color: #C0AA3A;
 }
 .TagClassName
 {
   border-color: #C0AA3A;
 }
</style>