Html Css Color HEX #C1A63F Brass

📋 copy color: '#C1A63F'

red 193 ◦ green 166 ◦ blue 63

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

Shades of Brass #C1A63F

Tints of Brass #C1A63F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.34%

 BLUE value IS 63 (25% from 255) = 14.93%

R = 45.73%
G = 39.34%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1A63F (or 0xC1A63F) is known color: Brass. HEX triplet: C1, A6 and 3F. RGB value is (193,166,63). Sum of RGB (Red+Green+Blue) = 193+166+63=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A63F is #3E59C0. Grayscale: #A2A2A2. Windows color (decimal): -4086209 or 4171457. OLE color: 4171457.

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

Color convert

RGB 193 166 63 -
CMYK 0 0.14 0.67 0.24
HSL 47.54º 0.51% 0.5% -
HSV(B) 47.54º 0.67% 0.76% -
XYZ 36.53 38.97 10.3 -
YUV 162.33 71.95 149.88 -
System Red Green Blue C M Y K H S L
Decimal 193 166 63 0 0.14 0.67 0.24 47.54 0.51 0.5
Hex C1 A6 3F 0 E 43 18 30 33 32
Octal 301 246 77 0 16 103 30 60 63 62
Binary 11000001 10100110 111111 0 1110 1000011 11000 110000 110011 110010

Color Harmonies of #C1A63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A63F

Black with #C1A63F

Text Example


Text Example

White with #C1A63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A63F; }

 p { color: rgb(193,166,63); }

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

background-color css

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

 a { background-color: rgb(193,166,63); }

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

border-color css

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

 span { border-color: rgb(193,166,63); }

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