Html Css Color HEX #C2AB3E Brass

📋 copy color: '#C2AB3E'

red 194 ◦ green 171 ◦ blue 62

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

Shades of Brass #C2AB3E

Tints of Brass #C2AB3E

RGB

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

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

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

R = 45.43%
G = 40.05%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2AB3E (or 0xC2AB3E) is known color: Brass. HEX triplet: C2, AB and 3E. RGB value is (194,171,62). Sum of RGB (Red+Green+Blue) = 194+171+62=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB3E is #3D54C1. Grayscale: #A5A5A5. Windows color (decimal): -4019394 or 4107202. OLE color: 4107202.

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

Color convert

RGB 194 171 62 -
CMYK 0 0.12 0.68 0.24
HSL 49.55º 0.52% 0.5% -
HSV(B) 49.55º 0.68% 0.76% -
XYZ 37.68 40.94 10.47 -
YUV 165.45 69.62 148.36 -
System Red Green Blue C M Y K H S L
Decimal 194 171 62 0 0.12 0.68 0.24 49.55 0.52 0.5
Hex C2 AB 3E 0 C 44 18 32 34 32
Octal 302 253 76 0 14 104 30 62 64 62
Binary 11000010 10101011 111110 0 1100 1000100 11000 110010 110100 110010

Color Harmonies of #C2AB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB3E

Black with #C2AB3E

Text Example


Text Example

White with #C2AB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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