Html Css Color HEX #C2A437 Brass

📋 copy color: '#C2A437'

red 194 ◦ green 164 ◦ blue 55

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

Shades of Brass #C2A437

Tints of Brass #C2A437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.32%

R = 46.97%
G = 39.71%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2A437 (or 0xC2A437) is known color: Brass. HEX triplet: C2, A4 and 37. RGB value is (194,164,55). Sum of RGB (Red+Green+Blue) = 194+164+55=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A437 is #3D5BC8. Grayscale: #A1A1A1. Windows color (decimal): -4021193 or 3646658. OLE color: 3646658.

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

Color convert

RGB 194 164 55 -
CMYK 0 0.15 0.72 0.24
HSL 47.05º 0.56% 0.49% -
HSV(B) 47.05º 0.72% 0.76% -
XYZ 36.21 38.3 9.1 -
YUV 160.54 68.44 151.86 -
System Red Green Blue C M Y K H S L
Decimal 194 164 55 0 0.15 0.72 0.24 47.05 0.56 0.49
Hex C2 A4 37 0 F 48 18 2F 38 31
Octal 302 244 67 0 17 110 30 57 70 61
Binary 11000010 10100100 110111 0 1111 1001000 11000 101111 111000 110001

Color Harmonies of #C2A437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A437

Black with #C2A437

Text Example


Text Example

White with #C2A437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A437; }

 p { color: rgb(194,164,55); }

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

background-color css

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

 a { background-color: rgb(194,164,55); }

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

border-color css

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

 span { border-color: rgb(194,164,55); }

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