Html Css Color HEX #C0AA40 Brass

📋 copy color: '#C0AA40'

red 192 ◦ green 170 ◦ blue 64

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

Shades of Brass #C0AA40

Tints of Brass #C0AA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.02%

R = 45.07%
G = 39.91%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0AA40 (or 0xC0AA40) is known color: Brass. HEX triplet: C0, AA and 40. RGB value is (192,170,64). Sum of RGB (Red+Green+Blue) = 192+170+64=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA40 is #3F55BF. Grayscale: #A4A4A4. Windows color (decimal): -4150720 or 4238016. OLE color: 4238016.

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

Color convert

RGB 192 170 64 -
CMYK 0 0.11 0.67 0.25
HSL 49.69º 0.5% 0.5% -
HSV(B) 49.69º 0.67% 0.75% -
XYZ 37.04 40.33 10.68 -
YUV 164.49 71.29 147.62 -
System Red Green Blue C M Y K H S L
Decimal 192 170 64 0 0.11 0.67 0.25 49.69 0.5 0.5
Hex C0 AA 40 0 B 43 19 32 32 32
Octal 300 252 100 0 13 103 31 62 62 62
Binary 11000000 10101010 1000000 0 1011 1000011 11001 110010 110010 110010

Color Harmonies of #C0AA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA40

Black with #C0AA40

Text Example


Text Example

White with #C0AA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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