Html Css Color HEX #C2A53E Brass

📋 copy color: '#C2A53E'

red 194 ◦ green 165 ◦ blue 62

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

Shades of Brass #C2A53E

Tints of Brass #C2A53E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.73%

R = 46.08%
G = 39.19%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2A53E (or 0xC2A53E) is known color: Brass. HEX triplet: C2, A5 and 3E. RGB value is (194,165,62). Sum of RGB (Red+Green+Blue) = 194+165+62=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A53E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A53E is #3D5AC1. Grayscale: #A2A2A2. Windows color (decimal): -4020930 or 4105666. OLE color: 4105666.

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

Color convert

RGB 194 165 62 -
CMYK 0 0.15 0.68 0.24
HSL 46.82º 0.52% 0.5% -
HSV(B) 46.82º 0.68% 0.76% -
XYZ 36.57 38.73 10.1 -
YUV 161.93 71.61 150.88 -
System Red Green Blue C M Y K H S L
Decimal 194 165 62 0 0.15 0.68 0.24 46.82 0.52 0.5
Hex C2 A5 3E 0 F 44 18 2F 34 32
Octal 302 245 76 0 17 104 30 57 64 62
Binary 11000010 10100101 111110 0 1111 1000100 11000 101111 110100 110010

Color Harmonies of #C2A53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A53E

Black with #C2A53E

Text Example


Text Example

White with #C2A53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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