Html Css Color HEX #C0A540 Brass

📋 copy color: '#C0A540'

red 192 ◦ green 165 ◦ blue 64

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

Shades of Brass #C0A540

Tints of Brass #C0A540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.19%

 BLUE value IS 64 (25.39% from 255) = 15.2%

R = 45.61%
G = 39.19%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0A540 (or 0xC0A540) is known color: Brass. HEX triplet: C0, A5 and 40. RGB value is (192,165,64). Sum of RGB (Red+Green+Blue) = 192+165+64=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A540 is #3F5ABF. Grayscale: #A1A1A1. Windows color (decimal): -4152000 or 4236736. OLE color: 4236736.

HSL color Cylindrical-coordinate representation of color #C0A540: hue angle of 47.34º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0A540 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 165 64 -
CMYK 0 0.14 0.67 0.25
HSL 47.34º 0.5% 0.5% -
HSV(B) 47.34º 0.67% 0.75% -
XYZ 36.12 38.49 10.38 -
YUV 161.56 72.95 149.71 -
System Red Green Blue C M Y K H S L
Decimal 192 165 64 0 0.14 0.67 0.25 47.34 0.5 0.5
Hex C0 A5 40 0 E 43 19 2F 32 32
Octal 300 245 100 0 16 103 31 57 62 62
Binary 11000000 10100101 1000000 0 1110 1000011 11001 101111 110010 110010

Color Harmonies of #C0A540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A540

Black with #C0A540

Text Example


Text Example

White with #C0A540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A540; }

 p { color: rgb(192,165,64); }

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

background-color css

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

 a { background-color: rgb(192,165,64); }

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

border-color css

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

 span { border-color: rgb(192,165,64); }

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