Html Css Color HEX #C0AD3B Brass

📋 copy color: '#C0AD3B'

red 192 ◦ green 173 ◦ blue 59

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

Shades of Brass #C0AD3B

Tints of Brass #C0AD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.92%

R = 45.28%
G = 40.8%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0AD3B (or 0xC0AD3B) is known color: Brass. HEX triplet: C0, AD and 3B. RGB value is (192,173,59). Sum of RGB (Red+Green+Blue) = 192+173+59=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD3B is #3F52C4. Grayscale: #A6A6A6. Windows color (decimal): -4149957 or 3911104. OLE color: 3911104.

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

Color convert

RGB 192 173 59 -
CMYK 0 0.10 0.69 0.25
HSL 51.43º 0.53% 0.49% -
HSV(B) 51.43º 0.69% 0.75% -
XYZ 37.47 41.41 10.16 -
YUV 165.69 67.79 146.77 -
System Red Green Blue C M Y K H S L
Decimal 192 173 59 0 0.10 0.69 0.25 51.43 0.53 0.49
Hex C0 AD 3B 0 A 45 19 33 35 31
Octal 300 255 73 0 12 105 31 63 65 61
Binary 11000000 10101101 111011 0 1010 1000101 11001 110011 110101 110001

Color Harmonies of #C0AD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD3B

Black with #C0AD3B

Text Example


Text Example

White with #C0AD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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