Html Css Color HEX #C0A53F Brass

📋 copy color: '#C0A53F'

red 192 ◦ green 165 ◦ blue 63

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

Shades of Brass #C0A53F

Tints of Brass #C0A53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15%

R = 45.71%
G = 39.29%
B = 15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0A53F (or 0xC0A53F) is known color: Brass. HEX triplet: C0, A5 and 3F. RGB value is (192,165,63). Sum of RGB (Red+Green+Blue) = 192+165+63=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A53F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A53F is #3F5AC0. Grayscale: #A1A1A1. Windows color (decimal): -4152001 or 4171200. OLE color: 4171200.

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

Color convert

RGB 192 165 63 -
CMYK 0 0.14 0.67 0.25
HSL 47.44º 0.51% 0.5% -
HSV(B) 47.44º 0.67% 0.75% -
XYZ 36.09 38.48 10.23 -
YUV 161.45 72.45 149.79 -
System Red Green Blue C M Y K H S L
Decimal 192 165 63 0 0.14 0.67 0.25 47.44 0.51 0.5
Hex C0 A5 3F 0 E 43 19 2F 33 32
Octal 300 245 77 0 16 103 31 57 63 62
Binary 11000000 10100101 111111 0 1110 1000011 11001 101111 110011 110010

Color Harmonies of #C0A53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A53F

Black with #C0A53F

Text Example


Text Example

White with #C0A53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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