Html Css Color HEX #C1A836 Brass

📋 copy color: '#C1A836'

red 193 ◦ green 168 ◦ blue 54

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

Shades of Brass #C1A836

Tints of Brass #C1A836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.01%

R = 46.51%
G = 40.48%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C1A836 (or 0xC1A836) is known color: Brass. HEX triplet: C1, A8 and 36. RGB value is (193,168,54). Sum of RGB (Red+Green+Blue) = 193+168+54=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A836 is #3E57C9. Grayscale: #A2A2A2. Windows color (decimal): -4085706 or 3582145. OLE color: 3582145.

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

Color convert

RGB 193 168 54 -
CMYK 0 0.13 0.72 0.24
HSL 49.21º 0.56% 0.48% -
HSV(B) 49.21º 0.72% 0.76% -
XYZ 36.66 39.61 9.2 -
YUV 162.48 66.78 149.77 -
System Red Green Blue C M Y K H S L
Decimal 193 168 54 0 0.13 0.72 0.24 49.21 0.56 0.48
Hex C1 A8 36 0 D 48 18 31 38 30
Octal 301 250 66 0 15 110 30 61 70 60
Binary 11000001 10101000 110110 0 1101 1001000 11000 110001 111000 110000

Color Harmonies of #C1A836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A836

Black with #C1A836

Text Example


Text Example

White with #C1A836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A836; }

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

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

background-color css

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

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

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

border-color css

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

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

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