Html Css Color HEX #C1AE40 Brass

📋 copy color: '#C1AE40'

red 193 ◦ green 174 ◦ blue 64

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

Shades of Brass #C1AE40

Tints of Brass #C1AE40

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.37%

 BLUE value IS 64 (25.39% from 255) = 14.85%

R = 44.78%
G = 40.37%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1AE40 (or 0xC1AE40) is known color: Brass. HEX triplet: C1, AE and 40. RGB value is (193,174,64). Sum of RGB (Red+Green+Blue) = 193+174+64=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AE40 is #3E51BF. Grayscale: #A7A7A7. Windows color (decimal): -4084160 or 4239041. OLE color: 4239041.

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

Color convert

RGB 193 174 64 -
CMYK 0 0.10 0.67 0.24
HSL 51.16º 0.51% 0.5% -
HSV(B) 51.16º 0.67% 0.76% -
XYZ 38.05 41.98 10.95 -
YUV 167.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 193 174 64 0 0.10 0.67 0.24 51.16 0.51 0.5
Hex C1 AE 40 0 A 43 18 33 33 32
Octal 301 256 100 0 12 103 30 63 63 62
Binary 11000001 10101110 1000000 0 1010 1000011 11000 110011 110011 110010

Color Harmonies of #C1AE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AE40

Black with #C1AE40

Text Example


Text Example

White with #C1AE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AE40; }

 p { color: rgb(193,174,64); }

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

background-color css

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

 a { background-color: rgb(193,174,64); }

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

border-color css

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

 span { border-color: rgb(193,174,64); }

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