Html Css Color HEX #C2A736 Brass

📋 copy color: '#C2A736'

red 194 ◦ green 167 ◦ blue 54

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

Shades of Brass #C2A736

Tints of Brass #C2A736

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.24%

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

R = 46.75%
G = 40.24%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2A736 (or 0xC2A736) is known color: Brass. HEX triplet: C2, A7 and 36. RGB value is (194,167,54). Sum of RGB (Red+Green+Blue) = 194+167+54=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A736 is #3D58C9. Grayscale: #A2A2A2. Windows color (decimal): -4020426 or 3581890. OLE color: 3581890.

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

Color convert

RGB 194 167 54 -
CMYK 0 0.14 0.72 0.24
HSL 48.43º 0.56% 0.49% -
HSV(B) 48.43º 0.72% 0.76% -
XYZ 36.73 39.37 9.15 -
YUV 162.19 66.95 150.69 -
System Red Green Blue C M Y K H S L
Decimal 194 167 54 0 0.14 0.72 0.24 48.43 0.56 0.49
Hex C2 A7 36 0 E 48 18 30 38 31
Octal 302 247 66 0 16 110 30 60 70 61
Binary 11000010 10100111 110110 0 1110 1001000 11000 110000 111000 110001

Color Harmonies of #C2A736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A736

Black with #C2A736

Text Example


Text Example

White with #C2A736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A736; }

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

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

background-color css

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

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

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

border-color css

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

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

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