Html Css Color HEX #C1A834 Brass

📋 copy color: '#C1A834'

red 193 ◦ green 168 ◦ blue 52

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

Shades of Brass #C1A834

Tints of Brass #C1A834

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.68%

 BLUE value IS 52 (20.7% from 255) = 12.59%

R = 46.73%
G = 40.68%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C1A834 (or 0xC1A834) is known color: Brass. HEX triplet: C1, A8 and 34. RGB value is (193,168,52). Sum of RGB (Red+Green+Blue) = 193+168+52=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A834 is #3E57CB. Grayscale: #A2A2A2. Windows color (decimal): -4085708 or 3451073. OLE color: 3451073.

HSL color Cylindrical-coordinate representation of color #C1A834: hue angle of 49.36º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1A834 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 168 52 -
CMYK 0 0.13 0.73 0.24
HSL 49.36º 0.58% 0.48% -
HSV(B) 49.36º 0.73% 0.76% -
XYZ 36.61 39.59 8.96 -
YUV 162.25 65.78 149.93 -
System Red Green Blue C M Y K H S L
Decimal 193 168 52 0 0.13 0.73 0.24 49.36 0.58 0.48
Hex C1 A8 34 0 D 49 18 31 3A 30
Octal 301 250 64 0 15 111 30 61 72 60
Binary 11000001 10101000 110100 0 1101 1001001 11000 110001 111010 110000

Color Harmonies of #C1A834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A834

Black with #C1A834

Text Example


Text Example

White with #C1A834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A834; }

 p { color: rgb(193,168,52); }

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

background-color css

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

 a { background-color: rgb(193,168,52); }

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

border-color css

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

 span { border-color: rgb(193,168,52); }

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