Html Css Color HEX #C2A93A Brass

📋 copy color: '#C2A93A'

red 194 ◦ green 169 ◦ blue 58

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

Shades of Brass #C2A93A

Tints of Brass #C2A93A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.14%

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

R = 46.08%
G = 40.14%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2A93A (or 0xC2A93A) is known color: Brass. HEX triplet: C2, A9 and 3A. RGB value is (194,169,58). Sum of RGB (Red+Green+Blue) = 194+169+58=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A93A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A93A is #3D56C5. Grayscale: #A4A4A4. Windows color (decimal): -4019910 or 3844546. OLE color: 3844546.

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

Color convert

RGB 194 169 58 -
CMYK 0 0.13 0.70 0.24
HSL 48.97º 0.54% 0.49% -
HSV(B) 48.97º 0.7% 0.76% -
XYZ 37.2 40.15 9.79 -
YUV 163.82 68.28 149.53 -
System Red Green Blue C M Y K H S L
Decimal 194 169 58 0 0.13 0.70 0.24 48.97 0.54 0.49
Hex C2 A9 3A 0 D 46 18 31 36 31
Octal 302 251 72 0 15 106 30 61 66 61
Binary 11000010 10101001 111010 0 1101 1000110 11000 110001 110110 110001

Color Harmonies of #C2A93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A93A

Black with #C2A93A

Text Example


Text Example

White with #C2A93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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