Html Css Color HEX #C2A436 Brass

📋 copy color: '#C2A436'

red 194 ◦ green 164 ◦ blue 54

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

Shades of Brass #C2A436

Tints of Brass #C2A436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.11%

R = 47.09%
G = 39.81%
B = 13.11%

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

#C2A436 (or 0xC2A436) is known color: Brass. HEX triplet: C2, A4 and 36. RGB value is (194,164,54). Sum of RGB (Red+Green+Blue) = 194+164+54=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 54 (21.48% from 255 or 13.11% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A436 is #3D5BC9. Grayscale: #A0A0A0. Windows color (decimal): -4021194 or 3581122. OLE color: 3581122.

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

Color convert

RGB 194 164 54 -
CMYK 0 0.15 0.72 0.24
HSL 47.14º 0.56% 0.49% -
HSV(B) 47.14º 0.72% 0.76% -
XYZ 36.19 38.29 8.97 -
YUV 160.43 67.94 151.94 -
System Red Green Blue C M Y K H S L
Decimal 194 164 54 0 0.15 0.72 0.24 47.14 0.56 0.49
Hex C2 A4 36 0 F 48 18 2F 38 31
Octal 302 244 66 0 17 110 30 57 70 61
Binary 11000010 10100100 110110 0 1111 1001000 11000 101111 111000 110001

Color Harmonies of #C2A436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A436

Black with #C2A436

Text Example


Text Example

White with #C2A436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A436; }

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

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

background-color css

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

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

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

border-color css

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

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

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