Html Css Color HEX #C2A837 Brass

📋 copy color: '#C2A837'

red 194 ◦ green 168 ◦ blue 55

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

Shades of Brass #C2A837

Tints of Brass #C2A837

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.29%

 BLUE value IS 55 (21.88% from 255) = 13.19%

R = 46.52%
G = 40.29%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2A837 (or 0xC2A837) is known color: Brass. HEX triplet: C2, A8 and 37. RGB value is (194,168,55). Sum of RGB (Red+Green+Blue) = 194+168+55=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A837 is #3D57C8. Grayscale: #A3A3A3. Windows color (decimal): -4020169 or 3647682. OLE color: 3647682.

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

Color convert

RGB 194 168 55 -
CMYK 0 0.13 0.72 0.24
HSL 48.78º 0.56% 0.49% -
HSV(B) 48.78º 0.72% 0.76% -
XYZ 36.94 39.75 9.34 -
YUV 162.89 67.11 150.19 -
System Red Green Blue C M Y K H S L
Decimal 194 168 55 0 0.13 0.72 0.24 48.78 0.56 0.49
Hex C2 A8 37 0 D 48 18 31 38 31
Octal 302 250 67 0 15 110 30 61 70 61
Binary 11000010 10101000 110111 0 1101 1001000 11000 110001 111000 110001

Color Harmonies of #C2A837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A837

Black with #C2A837

Text Example


Text Example

White with #C2A837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A837; }

 p { color: rgb(194,168,55); }

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

background-color css

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

 a { background-color: rgb(194,168,55); }

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

border-color css

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

 span { border-color: rgb(194,168,55); }

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