Html Css Color HEX #C2A435 Brass

📋 copy color: '#C2A435'

red 194 ◦ green 164 ◦ blue 53

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

Shades of Brass #C2A435

Tints of Brass #C2A435

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.9%

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

R = 47.2%
G = 39.9%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C2A435 (or 0xC2A435) is known color: Brass. HEX triplet: C2, A4 and 35. RGB value is (194,164,53). Sum of RGB (Red+Green+Blue) = 194+164+53=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A435 is #3D5BCA. Grayscale: #A0A0A0. Windows color (decimal): -4021195 or 3515586. OLE color: 3515586.

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

Color convert

RGB 194 164 53 -
CMYK 0 0.15 0.73 0.24
HSL 47.23º 0.57% 0.48% -
HSV(B) 47.23º 0.73% 0.76% -
XYZ 36.17 38.28 8.85 -
YUV 160.32 67.44 152.03 -
System Red Green Blue C M Y K H S L
Decimal 194 164 53 0 0.15 0.73 0.24 47.23 0.57 0.48
Hex C2 A4 35 0 F 49 18 2F 39 30
Octal 302 244 65 0 17 111 30 57 71 60
Binary 11000010 10100100 110101 0 1111 1001001 11000 101111 111001 110000

Color Harmonies of #C2A435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A435

Black with #C2A435

Text Example


Text Example

White with #C2A435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A435; }

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

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

background-color css

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

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

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

border-color css

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

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

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