Html Css Color HEX #C2AA3D Brass

📋 copy color: '#C2AA3D'

red 194 ◦ green 170 ◦ blue 61

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

Shades of Brass #C2AA3D

Tints of Brass #C2AA3D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40%

 BLUE value IS 61 (24.22% from 255) = 14.35%

R = 45.65%
G = 40%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2AA3D (or 0xC2AA3D) is known color: Brass. HEX triplet: C2, AA and 3D. RGB value is (194,170,61). Sum of RGB (Red+Green+Blue) = 194+170+61=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA3D is #3D55C2. Grayscale: #A5A5A5. Windows color (decimal): -4019651 or 4041410. OLE color: 4041410.

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

Color convert

RGB 194 170 61 -
CMYK 0 0.12 0.69 0.24
HSL 49.17º 0.52% 0.5% -
HSV(B) 49.17º 0.69% 0.76% -
XYZ 37.47 40.56 10.27 -
YUV 164.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 194 170 61 0 0.12 0.69 0.24 49.17 0.52 0.5
Hex C2 AA 3D 0 C 45 18 31 34 32
Octal 302 252 75 0 14 105 30 61 64 62
Binary 11000010 10101010 111101 0 1100 1000101 11000 110001 110100 110010

Color Harmonies of #C2AA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA3D

Black with #C2AA3D

Text Example


Text Example

White with #C2AA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA3D; }

 p { color: rgb(194,170,61); }

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

background-color css

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

 a { background-color: rgb(194,170,61); }

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

border-color css

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

 span { border-color: rgb(194,170,61); }

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