Html Css Color HEX #C2A23A Brass

📋 copy color: '#C2A23A'

red 194 ◦ green 162 ◦ blue 58

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

Shades of Brass #C2A23A

Tints of Brass #C2A23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.01%

R = 46.86%
G = 39.13%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2A23A (or 0xC2A23A) is known color: Brass. HEX triplet: C2, A2 and 3A. RGB value is (194,162,58). Sum of RGB (Red+Green+Blue) = 194+162+58=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A23A is #3D5DC5. Grayscale: #A0A0A0. Windows color (decimal): -4021702 or 3842754. OLE color: 3842754.

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

Color convert

RGB 194 162 58 -
CMYK 0 0.16 0.70 0.24
HSL 45.88º 0.54% 0.49% -
HSV(B) 45.88º 0.7% 0.76% -
XYZ 35.93 37.62 9.37 -
YUV 159.71 70.6 152.46 -
System Red Green Blue C M Y K H S L
Decimal 194 162 58 0 0.16 0.70 0.24 45.88 0.54 0.49
Hex C2 A2 3A 0 10 46 18 2E 36 31
Octal 302 242 72 0 20 106 30 56 66 61
Binary 11000010 10100010 111010 0 10000 1000110 11000 101110 110110 110001

Color Harmonies of #C2A23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A23A

Black with #C2A23A

Text Example


Text Example

White with #C2A23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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