Html Css Color HEX #C2A633 Brass

📋 copy color: '#C2A633'

red 194 ◦ green 166 ◦ blue 51

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

Shades of Brass #C2A633

Tints of Brass #C2A633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.41%

R = 47.2%
G = 40.39%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2A633 (or 0xC2A633) is known color: Brass. HEX triplet: C2, A6 and 33. RGB value is (194,166,51). Sum of RGB (Red+Green+Blue) = 194+166+51=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A633 is #3D59CC. Grayscale: #A1A1A1. Windows color (decimal): -4020685 or 3385026. OLE color: 3385026.

HSL color Cylindrical-coordinate representation of color #C2A633: hue angle of 48.25º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2A633 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 166 51 -
CMYK 0 0.14 0.74 0.24
HSL 48.25º 0.58% 0.48% -
HSV(B) 48.25º 0.74% 0.76% -
XYZ 36.48 38.98 8.73 -
YUV 161.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 194 166 51 0 0.14 0.74 0.24 48.25 0.58 0.48
Hex C2 A6 33 0 E 4A 18 30 3A 30
Octal 302 246 63 0 16 112 30 60 72 60
Binary 11000010 10100110 110011 0 1110 1001010 11000 110000 111010 110000

Color Harmonies of #C2A633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A633

Black with #C2A633

Text Example


Text Example

White with #C2A633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A633; }

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

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

background-color css

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

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

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

border-color css

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

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

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