Html Css Color HEX #C2A43C Brass

📋 copy color: '#C2A43C'

red 194 ◦ green 164 ◦ blue 60

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

Shades of Brass #C2A43C

Tints of Brass #C2A43C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.35%

R = 46.41%
G = 39.23%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2A43C (or 0xC2A43C) is known color: Brass. HEX triplet: C2, A4 and 3C. RGB value is (194,164,60). Sum of RGB (Red+Green+Blue) = 194+164+60=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A43C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A43C is #3D5BC3. Grayscale: #A1A1A1. Windows color (decimal): -4021188 or 3974338. OLE color: 3974338.

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

Color convert

RGB 194 164 60 -
CMYK 0 0.15 0.69 0.24
HSL 46.57º 0.53% 0.5% -
HSV(B) 46.57º 0.69% 0.76% -
XYZ 36.34 38.35 9.76 -
YUV 161.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 194 164 60 0 0.15 0.69 0.24 46.57 0.53 0.5
Hex C2 A4 3C 0 F 45 18 2F 35 32
Octal 302 244 74 0 17 105 30 57 65 62
Binary 11000010 10100100 111100 0 1111 1000101 11000 101111 110101 110010

Color Harmonies of #C2A43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A43C

Black with #C2A43C

Text Example


Text Example

White with #C2A43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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