Html Css Color HEX #C2A239 Brass

📋 copy color: '#C2A239'

red 194 ◦ green 162 ◦ blue 57

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

Shades of Brass #C2A239

Tints of Brass #C2A239

RGB

 RED value IS 194 (76.17% from 255) = 46.97%

 GREEN value IS 162 (63.67% from 255) = 39.23%

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

R = 46.97%
G = 39.23%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C2A239 (or 0xC2A239) is known color: Brass. HEX triplet: C2, A2 and 39. RGB value is (194,162,57). Sum of RGB (Red+Green+Blue) = 194+162+57=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 57 (22.66% from 255 or 13.80% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A239 is #3D5DC6. Grayscale: #A0A0A0. Windows color (decimal): -4021703 or 3777218. OLE color: 3777218.

HSL color Cylindrical-coordinate representation of color #C2A239: hue angle of 45.99º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2A239 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 162 57 -
CMYK 0 0.16 0.71 0.24
HSL 45.99º 0.55% 0.49% -
HSV(B) 45.99º 0.71% 0.76% -
XYZ 35.91 37.61 9.24 -
YUV 159.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 194 162 57 0 0.16 0.71 0.24 45.99 0.55 0.49
Hex C2 A2 39 0 10 47 18 2E 37 31
Octal 302 242 71 0 20 107 30 56 67 61
Binary 11000010 10100010 111001 0 10000 1000111 11000 101110 110111 110001

Color Harmonies of #C2A239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A239

Black with #C2A239

Text Example


Text Example

White with #C2A239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A239; }

 p { color: rgb(194,162,57); }

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

background-color css

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

 a { background-color: rgb(194,162,57); }

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

border-color css

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

 span { border-color: rgb(194,162,57); }

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