Html Css Color HEX #C1AA3D Brass

📋 copy color: '#C1AA3D'

red 193 ◦ green 170 ◦ blue 61

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

Shades of Brass #C1AA3D

Tints of Brass #C1AA3D

RGB

 RED value IS 193 (75.78% from 255) = 45.52%

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

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

R = 45.52%
G = 40.09%
B = 14.39%

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

#C1AA3D (or 0xC1AA3D) is known color: Brass. HEX triplet: C1, AA and 3D. RGB value is (193,170,61). Sum of RGB (Red+Green+Blue) = 193+170+61=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AA3D is #3E55C2. Grayscale: #A4A4A4. Windows color (decimal): -4085187 or 4041409. OLE color: 4041409.

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

Color convert

RGB 193 170 61 -
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.21 40.42 10.26 -
YUV 164.45 69.62 148.36 -
System Red Green Blue C M Y K H S L
Decimal 193 170 61 0 0.12 0.68 0.24 49.55 0.52 0.5
Hex C1 AA 3D 0 C 44 18 32 34 32
Octal 301 252 75 0 14 104 30 62 64 62
Binary 11000001 10101010 111101 0 1100 1000100 11000 110010 110100 110010

Color Harmonies of #C1AA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AA3D

Black with #C1AA3D

Text Example


Text Example

White with #C1AA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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