Html Css Color HEX #C2AB3A Brass

📋 copy color: '#C2AB3A'

red 194 ◦ green 171 ◦ blue 58

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

Shades of Brass #C2AB3A

Tints of Brass #C2AB3A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.43%

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

R = 45.86%
G = 40.43%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2AB3A (or 0xC2AB3A) is known color: Brass. HEX triplet: C2, AB and 3A. RGB value is (194,171,58). Sum of RGB (Red+Green+Blue) = 194+171+58=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB3A is #3D54C5. Grayscale: #A5A5A5. Windows color (decimal): -4019398 or 3845058. OLE color: 3845058.

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

Color convert

RGB 194 171 58 -
CMYK 0 0.12 0.70 0.24
HSL 49.85º 0.54% 0.49% -
HSV(B) 49.85º 0.7% 0.76% -
XYZ 37.57 40.9 9.92 -
YUV 165 67.62 148.69 -
System Red Green Blue C M Y K H S L
Decimal 194 171 58 0 0.12 0.70 0.24 49.85 0.54 0.49
Hex C2 AB 3A 0 C 46 18 32 36 31
Octal 302 253 72 0 14 106 30 62 66 61
Binary 11000010 10101011 111010 0 1100 1000110 11000 110010 110110 110001

Color Harmonies of #C2AB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB3A

Black with #C2AB3A

Text Example


Text Example

White with #C2AB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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