Html Css Color HEX #C0AA34 Brass

📋 copy color: '#C0AA34'

red 192 ◦ green 170 ◦ blue 52

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

Shades of Brass #C0AA34

Tints of Brass #C0AA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.56%

R = 46.38%
G = 41.06%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C0AA34 (or 0xC0AA34) is known color: Brass. HEX triplet: C0, AA and 34. RGB value is (192,170,52). Sum of RGB (Red+Green+Blue) = 192+170+52=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA34 is #3F55CB. Grayscale: #A3A3A3. Windows color (decimal): -4150732 or 3451584. OLE color: 3451584.

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

Color convert

RGB 192 170 52 -
CMYK 0 0.11 0.73 0.25
HSL 50.57º 0.57% 0.48% -
HSV(B) 50.57º 0.73% 0.75% -
XYZ 36.73 40.2 9.07 -
YUV 163.13 65.29 148.59 -
System Red Green Blue C M Y K H S L
Decimal 192 170 52 0 0.11 0.73 0.25 50.57 0.57 0.48
Hex C0 AA 34 0 B 49 19 33 39 30
Octal 300 252 64 0 13 111 31 63 71 60
Binary 11000000 10101010 110100 0 1011 1001001 11001 110011 111001 110000

Color Harmonies of #C0AA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA34

Black with #C0AA34

Text Example


Text Example

White with #C0AA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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