Html Css Color HEX #C2A635 Brass

📋 copy color: '#C2A635'

red 194 ◦ green 166 ◦ blue 53

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

Shades of Brass #C2A635

Tints of Brass #C2A635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.83%

R = 46.97%
G = 40.19%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C2A635 (or 0xC2A635) is known color: Brass. HEX triplet: C2, A6 and 35. RGB value is (194,166,53). Sum of RGB (Red+Green+Blue) = 194+166+53=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A635 is #3D59CA. Grayscale: #A1A1A1. Windows color (decimal): -4020683 or 3516098. OLE color: 3516098.

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

Color convert

RGB 194 166 53 -
CMYK 0 0.14 0.73 0.24
HSL 48.09º 0.57% 0.48% -
HSV(B) 48.09º 0.73% 0.76% -
XYZ 36.53 39 8.97 -
YUV 161.49 66.78 151.19 -
System Red Green Blue C M Y K H S L
Decimal 194 166 53 0 0.14 0.73 0.24 48.09 0.57 0.48
Hex C2 A6 35 0 E 49 18 30 39 30
Octal 302 246 65 0 16 111 30 60 71 60
Binary 11000010 10100110 110101 0 1110 1001001 11000 110000 111001 110000

Color Harmonies of #C2A635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A635

Black with #C2A635

Text Example


Text Example

White with #C2A635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A635; }

 p { color: rgb(194,166,53); }

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

background-color css

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

 a { background-color: rgb(194,166,53); }

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

border-color css

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

 span { border-color: rgb(194,166,53); }

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