Html Css Color HEX #C0A536 Brass

📋 copy color: '#C0A536'

red 192 ◦ green 165 ◦ blue 54

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

Shades of Brass #C0A536

Tints of Brass #C0A536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.14%

R = 46.72%
G = 40.15%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C0A536 (or 0xC0A536) is known color: Brass. HEX triplet: C0, A5 and 36. RGB value is (192,165,54). Sum of RGB (Red+Green+Blue) = 192+165+54=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 54 (21.48% from 255 or 13.14% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A536 is #3F5AC9. Grayscale: #A0A0A0. Windows color (decimal): -4152010 or 3581376. OLE color: 3581376.

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

Color convert

RGB 192 165 54 -
CMYK 0 0.14 0.72 0.25
HSL 48.26º 0.56% 0.48% -
HSV(B) 48.26º 0.72% 0.75% -
XYZ 35.86 38.38 9.01 -
YUV 160.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 192 165 54 0 0.14 0.72 0.25 48.26 0.56 0.48
Hex C0 A5 36 0 E 48 19 30 38 30
Octal 300 245 66 0 16 110 31 60 70 60
Binary 11000000 10100101 110110 0 1110 1001000 11001 110000 111000 110000

Color Harmonies of #C0A536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A536

Black with #C0A536

Text Example


Text Example

White with #C0A536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A536; }

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

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

background-color css

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

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

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

border-color css

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

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

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