Html Css Color HEX #C0A73D Brass

📋 copy color: '#C0A73D'

red 192 ◦ green 167 ◦ blue 61

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

Shades of Brass #C0A73D

Tints of Brass #C0A73D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.76%

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

R = 45.71%
G = 39.76%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0A73D (or 0xC0A73D) is known color: Brass. HEX triplet: C0, A7 and 3D. RGB value is (192,167,61). Sum of RGB (Red+Green+Blue) = 192+167+61=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A73D is #3F58C2. Grayscale: #A2A2A2. Windows color (decimal): -4151491 or 4040640. OLE color: 4040640.

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

Color convert

RGB 192 167 61 -
CMYK 0 0.13 0.68 0.25
HSL 48.55º 0.52% 0.5% -
HSV(B) 48.55º 0.68% 0.75% -
XYZ 36.4 39.18 10.06 -
YUV 162.39 70.78 149.12 -
System Red Green Blue C M Y K H S L
Decimal 192 167 61 0 0.13 0.68 0.25 48.55 0.52 0.5
Hex C0 A7 3D 0 D 44 19 31 34 32
Octal 300 247 75 0 15 104 31 61 64 62
Binary 11000000 10100111 111101 0 1101 1000100 11001 110001 110100 110010

Color Harmonies of #C0A73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A73D

Black with #C0A73D

Text Example


Text Example

White with #C0A73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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