Html Css Color HEX #C2A53A Brass

📋 copy color: '#C2A53A'

red 194 ◦ green 165 ◦ blue 58

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

Shades of Brass #C2A53A

Tints of Brass #C2A53A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.57%

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

R = 46.52%
G = 39.57%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2A53A (or 0xC2A53A) is known color: Brass. HEX triplet: C2, A5 and 3A. RGB value is (194,165,58). Sum of RGB (Red+Green+Blue) = 194+165+58=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A53A is #3D5AC5. Grayscale: #A1A1A1. Windows color (decimal): -4020934 or 3843522. OLE color: 3843522.

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

Color convert

RGB 194 165 58 -
CMYK 0 0.15 0.70 0.24
HSL 47.21º 0.54% 0.49% -
HSV(B) 47.21º 0.7% 0.76% -
XYZ 36.47 38.69 9.55 -
YUV 161.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 194 165 58 0 0.15 0.70 0.24 47.21 0.54 0.49
Hex C2 A5 3A 0 F 46 18 2F 36 31
Octal 302 245 72 0 17 106 30 57 66 61
Binary 11000010 10100101 111010 0 1111 1000110 11000 101111 110110 110001

Color Harmonies of #C2A53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A53A

Black with #C2A53A

Text Example


Text Example

White with #C2A53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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