Html Css Color HEX #C0A439 Brass

📋 copy color: '#C0A439'

red 192 ◦ green 164 ◦ blue 57

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

Shades of Brass #C0A439

Tints of Brass #C0A439

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.71%

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

R = 46.49%
G = 39.71%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0A439 (or 0xC0A439) is known color: Brass. HEX triplet: C0, A4 and 39. RGB value is (192,164,57). Sum of RGB (Red+Green+Blue) = 192+164+57=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 57 (22.66% from 255 or 13.80% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A439 is #3F5BC6. Grayscale: #A0A0A0. Windows color (decimal): -4152263 or 3777728. OLE color: 3777728.

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

Color convert

RGB 192 164 57 -
CMYK 0 0.15 0.70 0.25
HSL 47.56º 0.54% 0.49% -
HSV(B) 47.56º 0.7% 0.75% -
XYZ 35.75 38.05 9.33 -
YUV 160.17 69.78 150.7 -
System Red Green Blue C M Y K H S L
Decimal 192 164 57 0 0.15 0.70 0.25 47.56 0.54 0.49
Hex C0 A4 39 0 F 46 19 30 36 31
Octal 300 244 71 0 17 106 31 60 66 61
Binary 11000000 10100100 111001 0 1111 1000110 11001 110000 110110 110001

Color Harmonies of #C0A439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A439

Black with #C0A439

Text Example


Text Example

White with #C0A439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A439; }

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

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

background-color css

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

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

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

border-color css

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

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

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