Html Css Color HEX #C0A539 Brass

📋 copy color: '#C0A539'

red 192 ◦ green 165 ◦ blue 57

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

Shades of Brass #C0A539

Tints of Brass #C0A539

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.86%

 BLUE value IS 57 (22.66% from 255) = 13.77%

R = 46.38%
G = 39.86%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0A539 (or 0xC0A539) is known color: Brass. HEX triplet: C0, A5 and 39. RGB value is (192,165,57). Sum of RGB (Red+Green+Blue) = 192+165+57=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 57 (22.66% from 255 or 13.77% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A539 is #3F5AC6. Grayscale: #A1A1A1. Windows color (decimal): -4152007 or 3777984. OLE color: 3777984.

HSL color Cylindrical-coordinate representation of color #C0A539: hue angle of 48º 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 #C0A539 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 165 57 -
CMYK 0 0.14 0.70 0.25
HSL 48º 0.54% 0.49% -
HSV(B) 48º 0.7% 0.75% -
XYZ 35.93 38.41 9.39 -
YUV 160.76 69.45 150.28 -
System Red Green Blue C M Y K H S L
Decimal 192 165 57 0 0.14 0.70 0.25 48 0.54 0.49
Hex C0 A5 39 0 E 46 19 30 36 31
Octal 300 245 71 0 16 106 31 60 66 61
Binary 11000000 10100101 111001 0 1110 1000110 11001 110000 110110 110001

Color Harmonies of #C0A539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A539

Black with #C0A539

Text Example


Text Example

White with #C0A539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A539; }

 p { color: rgb(192,165,57); }

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

background-color css

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

 a { background-color: rgb(192,165,57); }

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

border-color css

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

 span { border-color: rgb(192,165,57); }

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