Html Css Color HEX #C0AD3D Brass

📋 copy color: '#C0AD3D'

red 192 ◦ green 173 ◦ blue 61

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

Shades of Brass #C0AD3D

Tints of Brass #C0AD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.32%

R = 45.07%
G = 40.61%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0AD3D (or 0xC0AD3D) is known color: Brass. HEX triplet: C0, AD and 3D. RGB value is (192,173,61). Sum of RGB (Red+Green+Blue) = 192+173+61=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD3D is #3F52C2. Grayscale: #A6A6A6. Windows color (decimal): -4149955 or 4042176. OLE color: 4042176.

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

Color convert

RGB 192 173 61 -
CMYK 0 0.10 0.68 0.25
HSL 51.3º 0.52% 0.5% -
HSV(B) 51.3º 0.68% 0.75% -
XYZ 37.52 41.43 10.43 -
YUV 165.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 192 173 61 0 0.10 0.68 0.25 51.3 0.52 0.5
Hex C0 AD 3D 0 A 44 19 33 34 32
Octal 300 255 75 0 12 104 31 63 64 62
Binary 11000000 10101101 111101 0 1010 1000100 11001 110011 110100 110010

Color Harmonies of #C0AD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD3D

Black with #C0AD3D

Text Example


Text Example

White with #C0AD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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