Html Css Color HEX #C1A53C Brass

📋 copy color: '#C1A53C'

red 193 ◦ green 165 ◦ blue 60

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

Shades of Brass #C1A53C

Tints of Brass #C1A53C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.47%

 BLUE value IS 60 (23.83% from 255) = 14.35%

R = 46.17%
G = 39.47%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1A53C (or 0xC1A53C) is known color: Brass. HEX triplet: C1, A5 and 3C. RGB value is (193,165,60). Sum of RGB (Red+Green+Blue) = 193+165+60=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A53C is #3E5AC3. Grayscale: #A1A1A1. Windows color (decimal): -4086468 or 3974593. OLE color: 3974593.

HSL color Cylindrical-coordinate representation of color #C1A53C: hue angle of 47.37º degrees, saturation: 0.53, 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 #C1A53C is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 165 60 -
CMYK 0 0.15 0.69 0.24
HSL 47.37º 0.53% 0.5% -
HSV(B) 47.37º 0.69% 0.76% -
XYZ 36.26 38.57 9.81 -
YUV 161.4 70.78 150.54 -
System Red Green Blue C M Y K H S L
Decimal 193 165 60 0 0.15 0.69 0.24 47.37 0.53 0.5
Hex C1 A5 3C 0 F 45 18 2F 35 32
Octal 301 245 74 0 17 105 30 57 65 62
Binary 11000001 10100101 111100 0 1111 1000101 11000 101111 110101 110010

Color Harmonies of #C1A53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A53C

Black with #C1A53C

Text Example


Text Example

White with #C1A53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A53C; }

 p { color: rgb(193,165,60); }

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

background-color css

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

 a { background-color: rgb(193,165,60); }

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

border-color css

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

 span { border-color: rgb(193,165,60); }

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