Html Css Color HEX #C0AD41 Brass

📋 copy color: '#C0AD41'

red 192 ◦ green 173 ◦ blue 65

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

Shades of Brass #C0AD41

Tints of Brass #C0AD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.12%

R = 44.65%
G = 40.23%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C0AD41 (or 0xC0AD41) is known color: Brass. HEX triplet: C0, AD and 41. RGB value is (192,173,65). Sum of RGB (Red+Green+Blue) = 192+173+65=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD41 is #3F52BE. Grayscale: #A6A6A6. Windows color (decimal): -4149951 or 4304320. OLE color: 4304320.

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

Color convert

RGB 192 173 65 -
CMYK 0 0.10 0.66 0.25
HSL 51.02º 0.5% 0.5% -
HSV(B) 51.02º 0.66% 0.75% -
XYZ 37.64 41.48 11.02 -
YUV 166.37 70.79 146.28 -
System Red Green Blue C M Y K H S L
Decimal 192 173 65 0 0.10 0.66 0.25 51.02 0.5 0.5
Hex C0 AD 41 0 A 42 19 33 32 32
Octal 300 255 101 0 12 102 31 63 62 62
Binary 11000000 10101101 1000001 0 1010 1000010 11001 110011 110010 110010

Color Harmonies of #C0AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD41

Black with #C0AD41

Text Example


Text Example

White with #C0AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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