Html Css Color HEX #C2A336 Brass

📋 copy color: '#C2A336'

red 194 ◦ green 163 ◦ blue 54

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

Shades of Brass #C2A336

Tints of Brass #C2A336

RGB

 RED value IS 194 (76.17% from 255) = 47.2%

 GREEN value IS 163 (64.06% from 255) = 39.66%

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

R = 47.2%
G = 39.66%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2A336 (or 0xC2A336) is known color: Brass. HEX triplet: C2, A3 and 36. RGB value is (194,163,54). Sum of RGB (Red+Green+Blue) = 194+163+54=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 54 (21.48% from 255 or 13.14% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A336 is #3D5CC9. Grayscale: #A0A0A0. Windows color (decimal): -4021450 or 3580866. OLE color: 3580866.

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

Color convert

RGB 194 163 54 -
CMYK 0 0.16 0.72 0.24
HSL 46.71º 0.56% 0.49% -
HSV(B) 46.71º 0.72% 0.76% -
XYZ 36.01 37.93 8.91 -
YUV 159.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 194 163 54 0 0.16 0.72 0.24 46.71 0.56 0.49
Hex C2 A3 36 0 10 48 18 2F 38 31
Octal 302 243 66 0 20 110 30 57 70 61
Binary 11000010 10100011 110110 0 10000 1001000 11000 101111 111000 110001

Color Harmonies of #C2A336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A336

Black with #C2A336

Text Example


Text Example

White with #C2A336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A336; }

 p { color: rgb(194,163,54); }

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

background-color css

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

 a { background-color: rgb(194,163,54); }

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

border-color css

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

 span { border-color: rgb(194,163,54); }

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