Html Css Color HEX #C0AC3A Brass

📋 copy color: '#C0AC3A'

red 192 ◦ green 172 ◦ blue 58

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

Shades of Brass #C0AC3A

Tints of Brass #C0AC3A

RGB

 RED value IS 192 (75.39% from 255) = 45.5%

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

 BLUE value IS 58 (23.05% from 255) = 13.74%

R = 45.5%
G = 40.76%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0AC3A (or 0xC0AC3A) is known color: Brass. HEX triplet: C0, AC and 3A. RGB value is (192,172,58). Sum of RGB (Red+Green+Blue) = 192+172+58=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC3A is #3F53C5. Grayscale: #A5A5A5. Windows color (decimal): -4150214 or 3845312. OLE color: 3845312.

HSL color Cylindrical-coordinate representation of color #C0AC3A: hue angle of 51.04º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0AC3A is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 172 58 -
CMYK 0 0.10 0.70 0.25
HSL 51.04º 0.54% 0.49% -
HSV(B) 51.04º 0.7% 0.75% -
XYZ 37.25 41.02 9.96 -
YUV 164.98 67.63 147.27 -
System Red Green Blue C M Y K H S L
Decimal 192 172 58 0 0.10 0.70 0.25 51.04 0.54 0.49
Hex C0 AC 3A 0 A 46 19 33 36 31
Octal 300 254 72 0 12 106 31 63 66 61
Binary 11000000 10101100 111010 0 1010 1000110 11001 110011 110110 110001

Color Harmonies of #C0AC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC3A

Black with #C0AC3A

Text Example


Text Example

White with #C0AC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC3A; }

 p { color: rgb(192,172,58); }

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

background-color css

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

 a { background-color: rgb(192,172,58); }

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

border-color css

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

 span { border-color: rgb(192,172,58); }

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