Html Css Color HEX #C0AD40 Brass

📋 copy color: '#C0AD40'

red 192 ◦ green 173 ◦ blue 64

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

Shades of Brass #C0AD40

Tints of Brass #C0AD40

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.33%

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

R = 44.76%
G = 40.33%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0AD40 (or 0xC0AD40) is known color: Brass. HEX triplet: C0, AD and 40. RGB value is (192,173,64). Sum of RGB (Red+Green+Blue) = 192+173+64=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD40 is #3F52BF. Grayscale: #A6A6A6. Windows color (decimal): -4149952 or 4238784. OLE color: 4238784.

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

Color convert

RGB 192 173 64 -
CMYK 0 0.10 0.67 0.25
HSL 51.09º 0.5% 0.5% -
HSV(B) 51.09º 0.67% 0.75% -
XYZ 37.61 41.46 10.87 -
YUV 166.26 70.29 146.36 -
System Red Green Blue C M Y K H S L
Decimal 192 173 64 0 0.10 0.67 0.25 51.09 0.5 0.5
Hex C0 AD 40 0 A 43 19 33 32 32
Octal 300 255 100 0 12 103 31 63 62 62
Binary 11000000 10101101 1000000 0 1010 1000011 11001 110011 110010 110010

Color Harmonies of #C0AD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD40

Black with #C0AD40

Text Example


Text Example

White with #C0AD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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