Html Css Color HEX #C2A536 Brass

📋 copy color: '#C2A536'

red 194 ◦ green 165 ◦ blue 54

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

Shades of Brass #C2A536

Tints of Brass #C2A536

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.95%

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

R = 46.97%
G = 39.95%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2A536 (or 0xC2A536) is known color: Brass. HEX triplet: C2, A5 and 36. RGB value is (194,165,54). Sum of RGB (Red+Green+Blue) = 194+165+54=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A536 is #3D5AC9. Grayscale: #A1A1A1. Windows color (decimal): -4020938 or 3581378. OLE color: 3581378.

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

Color convert

RGB 194 165 54 -
CMYK 0 0.15 0.72 0.24
HSL 47.57º 0.56% 0.49% -
HSV(B) 47.57º 0.72% 0.76% -
XYZ 36.37 38.65 9.03 -
YUV 161.02 67.61 151.53 -
System Red Green Blue C M Y K H S L
Decimal 194 165 54 0 0.15 0.72 0.24 47.57 0.56 0.49
Hex C2 A5 36 0 F 48 18 30 38 31
Octal 302 245 66 0 17 110 30 60 70 61
Binary 11000010 10100101 110110 0 1111 1001000 11000 110000 111000 110001

Color Harmonies of #C2A536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A536

Black with #C2A536

Text Example


Text Example

White with #C2A536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A536; }

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

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

background-color css

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

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

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

border-color css

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

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

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