Html Css Color HEX #C2AC3C Brass

📋 copy color: '#C2AC3C'

red 194 ◦ green 172 ◦ blue 60

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

Shades of Brass #C2AC3C

Tints of Brass #C2AC3C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.38%

 BLUE value IS 60 (23.83% from 255) = 14.08%

R = 45.54%
G = 40.38%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2AC3C (or 0xC2AC3C) is known color: Brass. HEX triplet: C2, AC and 3C. RGB value is (194,172,60). Sum of RGB (Red+Green+Blue) = 194+172+60=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC3C is #3D53C3. Grayscale: #A6A6A6. Windows color (decimal): -4019140 or 3976386. OLE color: 3976386.

HSL color Cylindrical-coordinate representation of color #C2AC3C: hue angle of 50.15º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2AC3C is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 172 60 -
CMYK 0 0.11 0.69 0.24
HSL 50.15º 0.53% 0.5% -
HSV(B) 50.15º 0.69% 0.76% -
XYZ 37.82 41.3 10.25 -
YUV 165.81 68.29 148.11 -
System Red Green Blue C M Y K H S L
Decimal 194 172 60 0 0.11 0.69 0.24 50.15 0.53 0.5
Hex C2 AC 3C 0 B 45 18 32 35 32
Octal 302 254 74 0 13 105 30 62 65 62
Binary 11000010 10101100 111100 0 1011 1000101 11000 110010 110101 110010

Color Harmonies of #C2AC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC3C

Black with #C2AC3C

Text Example


Text Example

White with #C2AC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC3C; }

 p { color: rgb(194,172,60); }

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

background-color css

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

 a { background-color: rgb(194,172,60); }

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

border-color css

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

 span { border-color: rgb(194,172,60); }

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