Html Css Color HEX #C0A440 Brass

📋 copy color: '#C0A440'

red 192 ◦ green 164 ◦ blue 64

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

Shades of Brass #C0A440

Tints of Brass #C0A440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.05%

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

R = 45.71%
G = 39.05%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0A440 (or 0xC0A440) is known color: Brass. HEX triplet: C0, A4 and 40. RGB value is (192,164,64). Sum of RGB (Red+Green+Blue) = 192+164+64=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A440 is #3F5BBF. Grayscale: #A1A1A1. Windows color (decimal): -4152256 or 4236480. OLE color: 4236480.

HSL color Cylindrical-coordinate representation of color #C0A440: hue angle of 46.88º 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 #C0A440 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 164 64 -
CMYK 0 0.15 0.67 0.25
HSL 46.88º 0.5% 0.5% -
HSV(B) 46.88º 0.67% 0.75% -
XYZ 35.94 38.13 10.32 -
YUV 160.97 73.28 150.13 -
System Red Green Blue C M Y K H S L
Decimal 192 164 64 0 0.15 0.67 0.25 46.88 0.5 0.5
Hex C0 A4 40 0 F 43 19 2F 32 32
Octal 300 244 100 0 17 103 31 57 62 62
Binary 11000000 10100100 1000000 0 1111 1000011 11001 101111 110010 110010

Color Harmonies of #C0A440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A440

Black with #C0A440

Text Example


Text Example

White with #C0A440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A440; }

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

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

background-color css

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

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

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

border-color css

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

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

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