Html Css Color HEX #C0A537 Brass

📋 copy color: '#C0A537'

red 192 ◦ green 165 ◦ blue 55

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

Shades of Brass #C0A537

Tints of Brass #C0A537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.35%

R = 46.6%
G = 40.05%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C0A537 (or 0xC0A537) is known color: Brass. HEX triplet: C0, A5 and 37. RGB value is (192,165,55). Sum of RGB (Red+Green+Blue) = 192+165+55=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 55 (21.88% from 255 or 13.35% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A537 is #3F5AC8. Grayscale: #A1A1A1. Windows color (decimal): -4152009 or 3646912. OLE color: 3646912.

HSL color Cylindrical-coordinate representation of color #C0A537: hue angle of 48.18º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0A537 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 165 55 -
CMYK 0 0.14 0.71 0.25
HSL 48.18º 0.55% 0.48% -
HSV(B) 48.18º 0.71% 0.75% -
XYZ 35.88 38.39 9.13 -
YUV 160.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 192 165 55 0 0.14 0.71 0.25 48.18 0.55 0.48
Hex C0 A5 37 0 E 47 19 30 37 30
Octal 300 245 67 0 16 107 31 60 67 60
Binary 11000000 10100101 110111 0 1110 1000111 11001 110000 110111 110000

Color Harmonies of #C0A537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A537

Black with #C0A537

Text Example


Text Example

White with #C0A537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A537; }

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

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

background-color css

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

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

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

border-color css

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

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

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