Html Css Color HEX #C0A53B Brass

📋 copy color: '#C0A53B'

red 192 ◦ green 165 ◦ blue 59

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

Shades of Brass #C0A53B

Tints of Brass #C0A53B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.66%

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

R = 46.15%
G = 39.66%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0A53B (or 0xC0A53B) is known color: Brass. HEX triplet: C0, A5 and 3B. RGB value is (192,165,59). Sum of RGB (Red+Green+Blue) = 192+165+59=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 59 (23.44% from 255 or 14.18% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A53B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A53B is #3F5AC4. Grayscale: #A1A1A1. Windows color (decimal): -4152005 or 3909056. OLE color: 3909056.

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

Color convert

RGB 192 165 59 -
CMYK 0 0.14 0.69 0.25
HSL 47.82º 0.53% 0.49% -
HSV(B) 47.82º 0.69% 0.75% -
XYZ 35.98 38.43 9.66 -
YUV 160.99 70.45 150.12 -
System Red Green Blue C M Y K H S L
Decimal 192 165 59 0 0.14 0.69 0.25 47.82 0.53 0.49
Hex C0 A5 3B 0 E 45 19 30 35 31
Octal 300 245 73 0 16 105 31 60 65 61
Binary 11000000 10100101 111011 0 1110 1000101 11001 110000 110101 110001

Color Harmonies of #C0A53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A53B

Black with #C0A53B

Text Example


Text Example

White with #C0A53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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